Skip to content

Commit ad8af77

Browse files
committed
feat: Update test script to include all relevant package scopes
1 parent 8601f89 commit ad8af77

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
@@ -9,7 +9,7 @@
99
],
1010
"scripts": {
1111
"build": "lerna run build --stream",
12-
"test": "npm run build && lerna run test --stream",
12+
"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",
1313
"lint": "lerna run lint --stream",
1414
"compile": "tsc --build tsconfig.base.json",
1515
"type-check": "lerna run type-check --stream"

0 commit comments

Comments
 (0)