1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00

Push changes

This commit is contained in:
adrinr 2023-04-20 12:32:40 +01:00
parent af8a27fa10
commit ca84e0c94c

View file

@ -81,7 +81,8 @@
"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 && 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": { "workspaces": {
"packages": [ "packages": [