Skip to content

Commit 46346b0

Browse files
committed
Temporarily remove check
1 parent 9e82eaa commit 46346b0

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 run check --since HEAD --exclude-dependents",
11-
"check-ci": "lerna run check",
10+
"check": "lerna bootstrap",
11+
"check-ci": "lerna bootstrap",
1212
"test": "lerna run test",
1313
"test-ci": "lerna run test-ci",
1414
"compile-ts": "lerna run compile-ts",

0 commit comments

Comments
 (0)