Pārlūkot izejas kodu

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

Kevin van Zonneveld 9 gadi atpakaļ
vecāks
revīzija
bb644e7f2b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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\"",