Skip to content

Commit 1e1ede8

Browse files
committed
avoid to bootstrap on each commit
1 parent 96c7b85 commit 1e1ede8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"prebootstrap": "npm install",
88
"bootstrap": "lerna bootstrap",
99
"clean": "lerna clean -y && rm -Rf node_modules",
10-
"check": "lerna bootstrap",
11-
"check-ci": "lerna bootstrap",
10+
"check": "echo",
11+
"check-ci": "echo",
1212
"test": "lerna run test",
1313
"test-ci": "lerna run test-ci",
1414
"compile-ts": "lerna run compile-ts",

0 commit comments

Comments
 (0)