mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2024-11-10 09:13:36 +08:00
chore: replace updateDeps command
This commit is contained in:
parent
95bdf334c5
commit
34f08ea868
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
"scripts": {
|
||||
"postinstall": "husky install",
|
||||
"installDeps": "cd frontend && yarn install && cd ../backend && yarn install",
|
||||
"upgradeDeps": "npx yarn-upgrade-all && cd frontend && npx yarn-upgrade-all && cd ../backend && npx yarn-upgrade-all",
|
||||
"upgradeDeps": "yarn upgrade-interactive",
|
||||
"cleanDeps": "cd frontend && rimraf node_modules && cd ../backend && rimraf node_modules && cd .. && rimraf node_modules",
|
||||
"dev": "concurrently \"cd frontend && cross-env FAST_REFRESH=true yarn start\" \"cd backend && cross-env NODE_ENV=development ZU_DEFAULT_USERNAME=admin ZU_DEFAULT_PASSWORD=zero-ui nodemon ./bin/www --ignore data/db.json\"",
|
||||
"build": "cd frontend && cross-env INLINE_RUNTIME_CHUNK=false GENERATE_SOURCEMAP=false yarn build",
|
||||
|
|
Loading…
Reference in a new issue