Skip to content

Commit

Permalink
Add --no-ci to lerna bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
dchest committed Jun 29, 2024
1 parent a7ec4c4 commit ecfe910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Code library for TypeScript/JavaScript",
"main": "index.js",
"scripts": {
"build": "lerna bootstrap && lerna run build",
"build": "lerna bootstrap --no-ci && lerna run build",
"test": "lerna run test",
"bench": "lerna run bench",
"lint": "eslint packages/**/*.ts",
Expand Down

0 comments on commit ecfe910

Please sign in to comment.