1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Add yarn install back

This commit is contained in:
adrinr 2023-04-21 18:23:10 +01:00
parent 7cc859087e
commit dfa33eb27b

View file

@ -81,8 +81,8 @@
"security:audit": "node scripts/audit.js",
"postinstall": "husky install",
"dep:clean": "yarn clean -y && yarn bootstrap",
"submodules:load": "git submodule init && git submodule update && yarn bootstrap",
"submodules:unload": "git submodule deinit --all && yarn bootstrap"
"submodules:load": "git submodule init && git submodule update && yarn && yarn bootstrap",
"submodules:unload": "git submodule deinit --all && yarn && yarn bootstrap"
},
"workspaces": {
"packages": [