Skip to content

Commit

Permalink
Pin lerna version (#3738)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliptype authored Jul 13, 2023
1 parent 21eafd7 commit 9c30287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"analyzeBundle": "env-cmd ./.env/.env.bundle npm run build:prod",
"typecheck": "tsc",
"typecheck:watch": "tsc --watch",
"install-dmg-license": "npx lerna add dmg-license --scope=audius-client --no-bootstrap && npx lerna bootstrap --no-ci",
"install-dmg-license": "npx lerna@6.0.1 add dmg-license --scope=audius-client --no-bootstrap && npx lerna@6.0.1 bootstrap --no-ci",
"verify": "concurrently \"npm:typecheck\" \"npm:lint:fix\""
},
"dependencies": {
Expand Down

0 comments on commit 9c30287

Please sign in to comment.