We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3881cae commit 82951ffCopy full SHA for 82951ff
package.json
@@ -9,6 +9,7 @@
9
},
10
"keywords": [],
11
"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",
13
"build": "node scripts/run-tool.js publish build",
14
"test": "npm-run-all -c test:packages test:cli test:deps test:licenses test:messages",
15
"e2e": "npm run test:e2e",
0 commit comments