We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c0a81 commit 8b971e0Copy full SHA for 8b971e0
1 file changed
package.json
@@ -68,7 +68,6 @@
68
"start:node": "cd demo && node node.mjs",
69
"format": "oxfmt",
70
"format:check": "oxfmt --check",
71
- "prepare": "lefthook install",
72
"prepublishOnly": "npm run build && npm run format && npm run publint && npm run check-types",
73
"deploy": "npm run prepublishOnly && git add . && git commit -am 'New release' && git push && npm publish --tag=latest"
74
},
0 commit comments