We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e82eaa commit 46346b0Copy full SHA for 46346b0
package.json
@@ -7,8 +7,8 @@
7
"prebootstrap": "npm install",
8
"bootstrap": "lerna bootstrap",
9
"clean": "lerna clean -y && rm -Rf node_modules",
10
- "check": "lerna run check --since HEAD --exclude-dependents",
11
- "check-ci": "lerna run check",
+ "check": "lerna bootstrap",
+ "check-ci": "lerna bootstrap",
12
"test": "lerna run test",
13
"test-ci": "lerna run test-ci",
14
"compile-ts": "lerna run compile-ts",
0 commit comments