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

Force clean on dep:clean

This commit is contained in:
adrinr 2023-04-19 10:17:49 +01:00
parent 8a876e581f
commit c58f6d8db6

View file

@ -79,7 +79,7 @@
"mode:account": "yarn mode:cloud && yarn env:account:enable",
"security:audit": "node scripts/audit.js",
"postinstall": "husky install",
"dep:clean": "yarn clean && yarn bootstrap",
"dep:clean": "yarn clean -y && yarn bootstrap",
"submodules:load": "git submodule init && git submodule update && yarn && yarn bootstrap",
"submodules:unload": "git submodule deinit --all"
},