Skip to content

Commit ecfe910

Browse files
committed
Add --no-ci to lerna bootstrap
1 parent a7ec4c4 commit ecfe910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Code library for TypeScript/JavaScript",
66
"main": "index.js",
77
"scripts": {
8-
"build": "lerna bootstrap && lerna run build",
8+
"build": "lerna bootstrap --no-ci && lerna run build",
99
"test": "lerna run test",
1010
"bench": "lerna run bench",
1111
"lint": "eslint packages/**/*.ts",

0 commit comments

Comments
 (0)