Skip to content

Commit 82951ff

Browse files
committed
build: add a npm run command to speed up e2e (#7485)
1 parent 3881cae commit 82951ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
},
1010
"keywords": [],
1111
"scripts": {
12+
"crazy2e": "echo This is crazy! Youre INSANE; npm run test:e2e -- --noproject ''; npm run test:e2e -- --nb-shards=4 --shard=0 --nobuild --nolink & npm run test:e2e -- --nb-shards=4 --shard=1 --nobuild --nolink & npm run test:e2e -- --nb-shards=4 --shard=2 --nobuild --nolink & npm run test:e2e -- --nb-shards=4 --shard=3 --nobuild --nolink & wait",
1213
"build": "node scripts/run-tool.js publish build",
1314
"test": "npm-run-all -c test:packages test:cli test:deps test:licenses test:messages",
1415
"e2e": "npm run test:e2e",

0 commit comments

Comments
 (0)