Skip to content

Commit d288f5e

Browse files
committed
New release
1 parent ad1a1a9 commit d288f5e

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
@@ -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 --tag latest"
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)