Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix package locks on publish #222

Merged
merged 3 commits into from Oct 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -24,7 +24,10 @@
"prepare": "run-s lerna:clean lerna:bootstrap",
"generate:licenses": "node scripts/licenses/index.js",
"generate:docs": "lerna run generate:docs",
"watch": "lerna run watch --stream --parallel"
"watch": "lerna run watch --stream --parallel",
"fix:locks": "lerna exec \"npm install --ignore-scripts --no-audit\"",
"add:locks": "git add packages/*/package-lock.json",
"version": "run-s lerna:clean fix:locks add:locks"
},
"devDependencies": {
"@types/node-fetch": "2.5.7",
Expand Down
178 changes: 48 additions & 130 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.