Force clean on dep:clean
This commit is contained in:
parent
8a876e581f
commit
c58f6d8db6
|
@ -79,7 +79,7 @@
|
||||||
"mode:account": "yarn mode:cloud && yarn env:account:enable",
|
"mode:account": "yarn mode:cloud && yarn env:account:enable",
|
||||||
"security:audit": "node scripts/audit.js",
|
"security:audit": "node scripts/audit.js",
|
||||||
"postinstall": "husky install",
|
"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:load": "git submodule init && git submodule update && yarn && yarn bootstrap",
|
||||||
"submodules:unload": "git submodule deinit --all"
|
"submodules:unload": "git submodule deinit --all"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue