Skip to content

Commit

Permalink
try fix from lerna/lerna#1415
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Braden (HOPR) committed Oct 16, 2020
1 parent f9c9104 commit 7e82586
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -16,7 +16,8 @@
"util:regenerate": "yarn util:clean && lerna exec --concurrency 1 --stream -- yarn --check-files",
"util:install": "yarn util:clean && lerna exec --concurrency 1 --stream -- yarn --frozen-lockfile --check-files",
"util:build": "lerna exec --stream -- yarn build",
"util:link": "lerna link"
"util:link": "lerna link",
"version": "yarn util:regenerate && git add packages/*/package-lock.json"
},
"dependencies": {
"lerna": "^3.22.1"
Expand Down

0 comments on commit 7e82586

Please sign in to comment.