|
@@ -25,7 +25,7 @@
|
|
"watch:fast": "parallelshell 'npm run web:fast' 'npm run fast:css'",
|
|
"watch:fast": "parallelshell 'npm run web:fast' 'npm run fast:css'",
|
|
"watch:js": "nodemon --watch src --ext js -x 'npm run build && node website/update.js'",
|
|
"watch:js": "nodemon --watch src --ext js -x 'npm run build && node website/update.js'",
|
|
"watch": "nodemon --watch src --ext scss,js -x 'npm run build:umd && npm run build:css && node website/update.js'",
|
|
"watch": "nodemon --watch src --ext scss,js -x 'npm run build:umd && npm run build:css && node website/update.js'",
|
|
- "web:build": "cd website && node update.js && ./node_modules/.bin/hexo generate && 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",
|
|
"web:disc": "npm run build:umd:fullpath && discify dist/uppy-fp.js --output website/src/_disc.html && echo '---\nlayout: false\n---\n' |cat - website/src/_disc.html > website/src/disc.html && rm website/src/_disc.html",
|
|
"web:disc": "npm run build:umd:fullpath && discify dist/uppy-fp.js --output website/src/_disc.html && echo '---\nlayout: false\n---\n' |cat - website/src/_disc.html > website/src/disc.html && rm website/src/_disc.html",
|