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 ffb66ce commit 589118cCopy full SHA for 589118c
package.json
@@ -16,7 +16,7 @@
16
"compile": "nx run-many -t compile",
17
"compile:ci:affected": "npm --loglevel=silent run list:affected | xargs -I {} -t nx run-many -t compile -p {}",
18
"test": "nx run-many -t test",
19
- "test:ci:affected": "nx affected -t test",
+ "test:ci:affected": "npm --loglevel=silent run list:affected | xargs -I {} -t nx run-many -t test -p {}",
20
"test:browser": "nx run-many -t test:browser",
21
"test:browser:ci:affected": "nx affected -t test:browser",
22
"test-all-versions": "npm run --if-present test-all-versions --workspaces",
0 commit comments