瀏覽代碼

web depends on /dist/uppy.css and is running too fast

Kevin van Zonneveld 9 年之前
父節點
當前提交
bb644e7f2b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -15,7 +15,7 @@
     "test:phantom": "zuul test/spec/upload.js --phantom",
     "test": "bin/test",
     "watch": "nodemon --watch src --ext scss,js -x \"npm run build && node website/update.js\"",
-    "watch:all": "parallelshell \"npm run watch\" \"npm run web\"",
+    "watch:all": "parallelshell \"npm run watch\" \"sleep 1 && npm run web\"",
     "watch:css": "nodemon --watch src --ext scss -x \"npm run build && node website/update.js\"",
     "watch:examples": "cd website && node build-examples.js watch",
     "watch:js": "nodemon --watch src --ext js -x \"npm run build && node website/update.js\"",