Skip to content

Commit

Permalink
automate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Apr 21, 2024
1 parent 6cb8deb commit 15c1841
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"test": "vitest run && tsc",
"format": "prettier -w .",
"version": "node ./scripts/on-version-bump.js",
"postinstall": "./scripts/on-postinstall.sh"
"postinstall": "./scripts/on-postinstall.sh",
"postversion": "git push origin main --tags && npm publish"
},
"keywords": [
"testing-library"
Expand Down

0 comments on commit 15c1841

Please sign in to comment.