Skip to content

Commit

Permalink
Add upstream reference to git push command
Browse files Browse the repository at this point in the history
  • Loading branch information
bonanitech committed Mar 1, 2024
1 parent f94d25d commit 38cb52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"create-theme": "node ./scripts/create-theme.js",
"build": "node ./scripts/build.js",
"version": "git checkout -b release/$npm_package_version && npm run build && git add -A",
"postversion": "git push && git push --tags && git checkout master"
"postversion": "git push -u origin release/$npm_package_version && git push --tags && git checkout master"
},
"author": "Mauricio Bonani @mbonani",
"funding": {
Expand Down

0 comments on commit 38cb52c

Please sign in to comment.