Complete `submodules:unload` script
This commit is contained in:
parent
c58f6d8db6
commit
b825beae43
|
@ -81,7 +81,7 @@
|
||||||
"postinstall": "husky install",
|
"postinstall": "husky install",
|
||||||
"dep:clean": "yarn clean -y && 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 && yarn && yarn bootstrap"
|
||||||
},
|
},
|
||||||
"workspaces": {
|
"workspaces": {
|
||||||
"packages": [
|
"packages": [
|
||||||
|
|
Loading…
Reference in New Issue