|
@@ -35,7 +35,7 @@
|
|
|
"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: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",
|
|
|
"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:deploy": "npm-run-all web:install web:disc docs web:build && ./bin/web-deploy",
|