Skip to content

Commit fcb0672

Browse files
authored
Merge pull request ACloudGuru#197 from unimaginativeGitHub/master
Move 'husky install' from 'postinstall' to 'prepare'
2 parents e17efd7 + 1d13941 commit fcb0672

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
@@ -8,7 +8,7 @@
88
"lint-fix": "eslint . --fix",
99
"test": "jest --coverage",
1010
"test:watch": "jest --watch",
11-
"postinstall": "husky install",
11+
"prepare": "husky install",
1212
"prepublishOnly": "pinst --disable",
1313
"postpublish": "pinst --enable"
1414
},

0 commit comments

Comments
 (0)