Skip to content

Commit

Permalink
try fixing builds using new command: lerna/lerna#1415 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
charkour committed May 5, 2021
1 parent 8adb497 commit f8f528e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -12,7 +12,8 @@
"lint": "lerna run lint",
"publish": "lerna publish",
"test": "lerna run test",
"prepare": "husky install"
"prepare": "husky install",
"version": "lerna clean --yes && lerna exec \"npm install --ignore-scripts --package-lock-only --no-audit\" && git add packages/*/package-lock.json"
},
"devDependencies": {
"@types/jest": "26.0.23",
Expand Down

0 comments on commit f8f528e

Please sign in to comment.