Skip to content

Commit 7203ad6

Browse files
committedMay 9, 2024·
build: bump based on commits
1 parent 8106724 commit 7203ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"dev": "vite build --watch",
4848
"format": "prettier --write .",
4949
"prepare": "npm run build",
50-
"release": "npm run test && standard-version --release-as minor && git push --follow-tags && npm run build && npm publish",
51-
"release:dry": "standard-version --release-as minor --dry-run",
50+
"release": "npm run test && standard-version && git push --follow-tags && npm run build && npm publish",
51+
"release:dry": "standard-version --dry-run",
5252
"release:alpha": "npm run test && standard-version --release-as major --prerelease alpha && git push --follow-tags && npm run build && npm publish --tag alpha",
5353
"release:alpha:dry": "standard-version --release-as major --prerelease alpha --dry-run",
5454
"lint": "eslint --ext .js,.ts .",

0 commit comments

Comments
 (0)
Please sign in to comment.