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 8601f89 commit ad8af77Copy full SHA for ad8af77
package.json
@@ -9,7 +9,7 @@
9
],
10
"scripts": {
11
"build": "lerna run build --stream",
12
- "test": "npm run build && lerna run test --stream",
+ "test": "npm run build && lerna run test --stream --scope @mixcore/base --scope @mixcore/shared --scope @mixcore/api --scope @mixcore/config --scope @mixcore/database --scope @mixcore/file --scope @mixcore/template --scope @mixcore/user --scope @mixcore/navigation",
13
"lint": "lerna run lint --stream",
14
"compile": "tsc --build tsconfig.base.json",
15
"type-check": "lerna run type-check --stream"
0 commit comments