Explorar o código

add watch:css to web:start

Artur Paikin %!s(int64=6) %!d(string=hai) anos
pai
achega
feb98f44bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -128,7 +128,7 @@
     "web:inject-disc": "node ./bin/disc.js",
     "web:inject-frontpagecodesample": "npm run web:generate && cp -f website/public/frontpage-code-sample.html website/themes/uppy/layout/partials/frontpage-code-sample.html && touch website/themes/uppy/layout/index.ejs",
     "web:install": "cd website && npm install",
-    "web:start": "npm-run-all build:lib --parallel web:watch-examples web:bundle-watch-inject web:watch",
+    "web:start": "npm-run-all build:lib --parallel watch:css web:watch-examples web:bundle-watch-inject web:watch",
     "web:watch-examples": "cd website && node build-examples.js watch",
     "web:watch": "cd website && touch db.json &&./node_modules/.bin/hexo server"
   },