Skip to content

Commit 9048bb3

Browse files
committed
Move husky install to prepare
1 parent ff557f4 commit 9048bb3

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
@@ -30,9 +30,9 @@
3030
"build": "tsc --build tsconfig.build.json",
3131
"clean": "tsc --build tsconfig.build.json --clean",
3232
"format": "prettier --write .",
33-
"postinstall": "husky install",
3433
"lint": "eslint --cache --ext .js,.ts --fix .",
3534
"minify": "find dist/ -maxdepth 1 -iname '*.js' -exec node_modules/.bin/terser --compress --ecma 2020 --mangle --module --output {} -- {} \\;",
35+
"prepare": "husky install",
3636
"prepublishOnly": "pinst --disable",
3737
"prepublish": "yarn run clean && yarn run build && yarn run minify",
3838
"postpublish": "pinst --enable",

0 commit comments

Comments
 (0)