root install should be parallel

This commit is contained in:
Gleb Bahmutov
2017-05-22 16:42:54 -04:00
parent c5ed0c2e7c
commit 72b2bcb2d7

View File

@@ -13,7 +13,7 @@
"test": "echo 'This runs just the CLI tests' && mocha",
"test-watch": "mocha --watch",
"test-e2e": "blah",
"postinstall": "npm run all install -- --serial"
"postinstall": "npm run all install"
},
"author": "",
"license": "MIT",