From eb82b8aea7cb1808386789c755ac17ad32cc67ba Mon Sep 17 00:00:00 2001 From: Hans Larsen Date: Wed, 23 Aug 2017 12:10:41 -0700 Subject: [PATCH] build: add a npm run command to speed up e2e --- package.json | 1 + 1 file changed, 1 insertion(+) 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",