Update scripts
This commit is contained in:
parent
1dcb6b32b2
commit
751d65bfab
|
@ -79,7 +79,9 @@
|
|||
"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 && yarn bootstrap",
|
||||
"submodules:load": "git submodule init && git submodule update && yarn && yarn bootstrap",
|
||||
"submodules:unload": "git submodule deinit --all"
|
||||
},
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 95802511e0a5e21fa2c719e5da6d8008d7468e5b
|
||||
Subproject commit 9dfc0664318627fe2c4426c26d5140b5b2717aa5
|
Loading…
Reference in New Issue