Skip to content

Commit

Permalink
build: bump based on commits
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed May 9, 2024
1 parent 8106724 commit 7203ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"dev": "vite build --watch",
"format": "prettier --write .",
"prepare": "npm run build",
"release": "npm run test && standard-version --release-as minor && git push --follow-tags && npm run build && npm publish",
"release:dry": "standard-version --release-as minor --dry-run",
"release": "npm run test && standard-version && git push --follow-tags && npm run build && npm publish",
"release:dry": "standard-version --dry-run",
"release:alpha": "npm run test && standard-version --release-as major --prerelease alpha && git push --follow-tags && npm run build && npm publish --tag alpha",
"release:alpha:dry": "standard-version --release-as major --prerelease alpha --dry-run",
"lint": "eslint --ext .js,.ts .",
Expand Down

0 comments on commit 7203ad6

Please sign in to comment.