Skip to content

Commit

Permalink
build: add postversion script to push git tags and trigger the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileRolley committed Oct 21, 2024
1 parent 53c1b2f commit 19dbabb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"postinstall": "yarn install --cwd client && yarn install --cwd server",
"test": "yarn run compile && sh ./scripts/e2e.sh",
"format": "prettier --write .",
"postversion": "git push --tags",
"format:check": "prettier --check . server client",
"vscode:prepublish": "yarn run compile"
},
Expand Down

0 comments on commit 19dbabb

Please sign in to comment.