Skip to content

Commit

Permalink
add version scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kldavis4 committed Nov 8, 2023
1 parent 391f77e commit f195e19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"publish": "pnpm publish -r --no-git-checks --access public",
"publish:beta": "pnpm publish -r --tag beta --no-git-checks --access public",
"publish:dev": "pnpm publish -r --tag dev --no-git-checks --access public",
"push-tags": "pnpm exec changeset tag && git pull && git push --follow-tags"
"push-tags": "pnpm exec changeset tag && git pull && git push --follow-tags",
"version": "pnpm exec changeset version",
"version:snapshot": "pnpm exec changeset version --snapshot"
},
"dependencies": {
"module-error": "^1.0.2",
Expand Down

0 comments on commit f195e19

Please sign in to comment.