Browse Source

Start uppy-server on start

Kevin van Zonneveld 9 years ago
parent
commit
af8a83ad36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -4,7 +4,7 @@
   "description": "Almost as cute as a Puppy :dog:",
   "main": "src/index.js",
   "scripts": {
-    "start": "npm run build && npm run web && npm run watch",
+    "start": "parallelshell 'npm run watch' 'npm run start:server' 'npm run web:preview'",
     "start:server": "uppy-server --port 3002",
     "clean": "rm -rf lib && rm -rf dist",
     "docs": "cd website && documentation readme ../src/index.js --readme-file=src/api/docs.md --section 'Uppy Core & Plugins' -q --github -c doc-order.json",