mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-08-14 18:48:28 -07:00
chore: upgrade yarn and remove redundant installDeps action
This commit is contained in:
parent
5096a99f75
commit
0df252378d
6 changed files with 1041 additions and 784 deletions
|
@ -7,7 +7,6 @@
|
|||
],
|
||||
"scripts": {
|
||||
"postinstall": "husky install",
|
||||
"installDeps": "cd frontend && yarn install && cd ../backend && yarn install",
|
||||
"upgradeDeps": "yarn upgrade-interactive",
|
||||
"cleanDeps": "cd frontend && rimraf node_modules && cd ../backend && rimraf node_modules && cd .. && rimraf node_modules",
|
||||
"lint": "yarn prettier --write .",
|
||||
|
@ -52,5 +51,5 @@
|
|||
"yarn prettier --write"
|
||||
]
|
||||
},
|
||||
"packageManager": "yarn@3.2.0-rc.8"
|
||||
"packageManager": "yarn@3.2.1"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue