Skip to content

Commit ad1a1a9

Browse files
committed
New release
1 parent fd76ce5 commit ad1a1a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"fix": "npx prettier . --write",
5858
"prepare": "lefthook install",
5959
"prepublishOnly": "npm run build && npm run fix && npm run publint && npm run check-types",
60-
"deploy": "npm run prepublishOnly && git add . && git commit -am 'New release' && git push && npm publish"
60+
"deploy": "npm run prepublishOnly && git add . && git commit -am 'New release' && git push && npm publish --tag latest"
6161
},
6262
"engines": {
6363
"node": ">=22"

0 commit comments

Comments
 (0)