|
@@ -17,6 +17,7 @@
|
|
"watch:css": "nodemon -e src/scss -x \"npm run build:css\"",
|
|
"watch:css": "nodemon -e src/scss -x \"npm run build:css\"",
|
|
"watch:examples": "cd website && node build-examples.js watch",
|
|
"watch:examples": "cd website && node build-examples.js watch",
|
|
"watch:js": "nodemon --watch src -e js --ignore src/scss -x \"npm run build:lib\"",
|
|
"watch:js": "nodemon --watch src -e js --ignore src/scss -x \"npm run build:lib\"",
|
|
|
|
+ "web:clean": "cd website && ./node_modules/.bin/hexo clean",
|
|
"web:build": "cd website && node update.js && ./node_modules/.bin/hexo generate",
|
|
"web:build": "cd website && node update.js && ./node_modules/.bin/hexo generate",
|
|
"web:deploy": "npm run web:install && npm run web:build && ./bin/web-deploy",
|
|
"web:deploy": "npm run web:install && npm run web:build && ./bin/web-deploy",
|
|
"web:install": "cd website && rm -rf node_modules/hexo-uppyexamplebuilder && npm install",
|
|
"web:install": "cd website && rm -rf node_modules/hexo-uppyexamplebuilder && npm install",
|