chore: replace updateDeps command

This commit is contained in:
dec0dOS 2021-11-04 15:40:38 +03:00
parent 95bdf334c5
commit 34f08ea868

View file

@ -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",