Browse Source

More npm-run-all

Artur Paikin 9 years ago
parent
commit
3810a2ba92
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -21,7 +21,7 @@
     "release:patch": "env SEMANTIC=patch npm run release",
     "release": "npm version ${SEMANTIC:-patch} -m \"Release %s\" && git push && git push --tags && npm publish",
     "start:server": "cd ./node_modules/uppy-server && npm run start",
-    "start": "parallelshell 'npm run watch' 'npm run start:server' 'npm run web:preview'",
+    "start": "npm-run-all --parallel watch start:server web:preview",
     "test:acceptance:handleservers": "bin/bootandkill-servers node test/acceptance/index.js",
     "test:acceptance": "node test/acceptance/index.js",
     "test:unit": "node test/unit/index.js | tap-spec",