Skip to content

Commit

Permalink
Fix package locks on publish (#222)
Browse files Browse the repository at this point in the history
* Sync package locks on publish

* Fix package locks

* Fix npm audit issues
  • Loading branch information
nglgzz committed Oct 29, 2020
1 parent c0c5f6a commit 8e816a1
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 239 deletions.
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.

0 comments on commit 8e816a1

Please sign in to comment.