Move script

This commit is contained in:
adrinr 2023-04-20 12:37:06 +01:00
parent ca84e0c94c
commit 8faed6cfbc
2 changed files with 5 additions and 3 deletions

View File

@ -81,8 +81,7 @@
"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",
"postversion": "git push --tags && git push && echo \"Successfully pushed version and tag $npm_package_version!\""
"submodules:unload": "git submodule deinit --all && yarn && yarn bootstrap"
},
"workspaces": {
"packages": [

View File

@ -1,3 +1,6 @@
{
"version": "0.0.999-alpha.6"
"version": "0.0.999-alpha.6",
"scripts": {
"postversion": "git push --tags && git push && echo \"Successfully pushed version and tag $npm_package_version!\""
}
}