diff --git a/package.json b/package.json index 965f2378cd32..ed12858c3bc7 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ }, "keywords": [], "scripts": { + "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", "build": "node scripts/run-tool.js publish build", "test": "npm-run-all -c test:packages test:cli test:deps test:licenses test:messages", "e2e": "npm run test:e2e",