Skip to content

Commit 7815d0d

Browse files
committed
Husky autoinstall
- moved husky install from `prepare` to `prepublish` Signed-off-by: JBBianchi <[email protected]>
1 parent 20c02d6 commit 7815d0d

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
@@ -29,7 +29,7 @@
2929
"verify-publish-directory": "node -e 'if (!process.cwd().endsWith(\"dist\")) { console.error(\"Packaging/Publishing should be done from ./dist/\"); process.exitCode = 1; } process.exit();'",
3030
"prepack": "npm run verify-publish-directory",
3131
"prepublishOnly": "npm run verify-publish-directory",
32-
"prepare": "husky install"
32+
"prepublish": "husky install"
3333
},
3434
"dependencies": {
3535
"ajv": "^8.1.0",

0 commit comments

Comments
 (0)