Skip to content

Commit 589118c

Browse files
committed
core: change test script
1 parent ffb66ce commit 589118c

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
@@ -16,7 +16,7 @@
1616
"compile": "nx run-many -t compile",
1717
"compile:ci:affected": "npm --loglevel=silent run list:affected | xargs -I {} -t nx run-many -t compile -p {}",
1818
"test": "nx run-many -t test",
19-
"test:ci:affected": "nx affected -t test",
19+
"test:ci:affected": "npm --loglevel=silent run list:affected | xargs -I {} -t nx run-many -t test -p {}",
2020
"test:browser": "nx run-many -t test:browser",
2121
"test:browser:ci:affected": "nx affected -t test:browser",
2222
"test-all-versions": "npm run --if-present test-all-versions --workspaces",

0 commit comments

Comments
 (0)