We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad1a1a9 commit d288f5eCopy full SHA for d288f5e
package.json
@@ -57,7 +57,7 @@
57
"fix": "npx prettier . --write",
58
"prepare": "lefthook install",
59
"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"
+ "deploy": "npm run prepublishOnly && git add . && git commit -am 'New release' && git push && npm publish --tag=latest"
61
},
62
"engines": {
63
"node": ">=22"
0 commit comments