Skip to content

Commit 39c03d9

Browse files
authored
chore: tweak the command for 'test-all-versions:ci:affected' to be a little more future-proof (#3160)
1 parent d2b090e commit 39c03d9

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
"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",
23-
"test-all-versions:ci:affected": "npm run list:affected | tail -n +5 | xargs -I {} -t npm run --if-present test-all-versions -w {}",
23+
"test-all-versions:ci:affected": "npm --loglevel=silent run list:affected | xargs -I {} -t npm run --if-present test-all-versions -w {}",
2424
"test-services:start": "docker compose -f ./test/docker-compose.yaml up -d --wait",
2525
"test-services:stop": "docker compose -f ./test/docker-compose.yaml down",
2626
"test:with-services-env": "cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=./test/test-services.env npm test",

0 commit comments

Comments
 (0)