소스 검색

Update watch in npm scripts

Artur Paikin 9 년 전
부모
커밋
f4241dc173
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      package.json

+ 3 - 3
package.json

@@ -30,7 +30,7 @@
     "watch:css": "nodemon --watch src --ext scss -x 'npm run build:css && node website/update.js'",
     "watch:css": "nodemon --watch src --ext scss -x 'npm run build:css && node website/update.js'",
     "watch:fast": "npm-run-all --parallel watch:css web:preview",
     "watch:fast": "npm-run-all --parallel watch:css web:preview",
     "watch:js": "nodemon --watch src --ext js -x 'npm run build:bundle && node website/update.js'",
     "watch:js": "nodemon --watch src --ext js -x 'npm run build:bundle && node website/update.js'",
-    "watch": "npm-run-all --parallel watch:js watch:css node website/update.js",
+    "watch": "npm-run-all --parallel watch:js watch:css && node website/update.js",
     "web:build": "cd website && node update.js && ./node_modules/.bin/hexo generate --silent && node build-examples.js",
     "web:build": "cd website && node update.js && ./node_modules/.bin/hexo generate --silent && node build-examples.js",
     "web:clean": "cd website && ./node_modules/.bin/hexo clean",
     "web:clean": "cd website && ./node_modules/.bin/hexo clean",
     "web:deploy": "npm run web:install && npm run web:disc && npm run docs && npm run web:build && ./bin/web-deploy",
     "web:deploy": "npm run web:install && npm run web:disc && npm run docs && npm run web:build && ./bin/web-deploy",
@@ -53,8 +53,8 @@
   "homepage": "https://github.com/transloadit/uppy#readme",
   "homepage": "https://github.com/transloadit/uppy#readme",
   "devDependencies": {
   "devDependencies": {
     "autoprefixer": "6.3.6",
     "autoprefixer": "6.3.6",
-    "babel-cli": "6.6.5",
-    "babel-core": "6.7.4",
+    "babel-cli": "6.9.0",
+    "babel-core": "6.7.7",
     "babel-eslint": "6.0.2",
     "babel-eslint": "6.0.2",
     "babel-loader": "6.2.4",
     "babel-loader": "6.2.4",
     "babel-plugin-es6-promise": "1.0.0",
     "babel-plugin-es6-promise": "1.0.0",