Skip to content

Commit d108a60

Browse files
committed
fix: test script
1 parent 7aabaaa commit d108a60

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
@@ -20,7 +20,7 @@
2020
"run:all": "lerna run --stream",
2121
"build": "yarn run:all build",
2222
"clean": "yarn run:all clean",
23-
"test": "yarn run:all test --passWithNoTests",
23+
"test": "lerna run test -- --passWithNoTests",
2424
"lint": "yarn run:all lint",
2525
"fix": "yarn run:all fix",
2626
"cli": "yarn --cwd ./app-config-cli start",

0 commit comments

Comments
 (0)