mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
Add npm script for website deploy
This commit is contained in:
parent
86ba32b6a7
commit
272ea1544d
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
"watch:js": "nodemon --watch src -e js --ignore src/scss -x \"npm run build:lib\"",
|
||||
"website:build": "echo \"--> Building site..\" && cd website && node update.js && ./node_modules/.bin/hexo generate",
|
||||
"website:install": "echo \"--> Installing dependencies\" && cd website && npm install",
|
||||
"website:deploy": "./bin/website-deploy",
|
||||
"website:preview": "npm run website:build && cd website && ./node_modules/.bin/hexo server --debug"
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue