Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Mar 26, 2024
2 parents 4aa46cb + 6c05d39 commit ce62fe5
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 @@ -7,7 +7,7 @@
],
"scripts": {
"preversion": "git switch main && git pull origin main --rebase --tags && git merge staging && npm run build -w client",
"postversion": "git add . && git commit -m 'Bump npm version to ${version}' && git push origin main --tags && git switch staging",
"postversion": "git push origin main --tags && git switch staging",
"deploy": "npm version --include-workspace-root --workspaces"
},
"repository": {
Expand Down

0 comments on commit ce62fe5

Please sign in to comment.