Skip to content

Commit e612b5c

Browse files
committed
release
1 parent 564d1d6 commit e612b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prepublishOnly": "npm run clean && npm run build",
3333
"preversion": "npm run clean && npm ci && npm run build && run-p test lint typecheck",
3434
"alpha": "npm version prerelease --preid alpha && npm publish --tag alpha && git push --tags",
35-
"release": "npm version patch && npm publish && git push --tags",
35+
"release": "npm version patch && npm publish && git push --tags && git push",
3636
"version": "vim -c 'normal o' -c 'normal o## '$npm_package_version CHANGELOG.md && prettier -w CHANGELOG.md && git add CHANGELOG.md"
3737
},
3838
"files": [

0 commit comments

Comments
 (0)