mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 03:08:34 +00:00
Also clean artifacts
This commit is contained in:
parent
7b651f6612
commit
083571cd09
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
"web:deploy": "npm run web:install && npm run web:build && ./bin/web-deploy",
|
||||
"web:install": "cd website && rm -rf node_modules/hexo-renderer-uppyexamples && npm install",
|
||||
"web:preview": "cd website && ./node_modules/.bin/hexo server --debug",
|
||||
"web": "npm run web:install && npm run web:build && npm run web:preview"
|
||||
"web": "npm run web:install && npm run web:clean && npm run web:build && npm run web:preview"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue