Push changes
This commit is contained in:
parent
af8a27fa10
commit
ca84e0c94c
|
@ -81,7 +81,8 @@
|
|||
"postinstall": "husky install",
|
||||
"dep:clean": "yarn clean -y && yarn bootstrap",
|
||||
"submodules:load": "git submodule init && git submodule update && yarn && yarn bootstrap",
|
||||
"submodules:unload": "git submodule deinit --all && yarn && yarn bootstrap"
|
||||
"submodules:unload": "git submodule deinit --all && yarn && yarn bootstrap",
|
||||
"postversion": "git push --tags && git push && echo \"Successfully pushed version and tag $npm_package_version!\""
|
||||
},
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
|
|
Loading…
Reference in New Issue