Skip to content

Commit d42a124

Browse files
committed
Small fix
1 parent 144f4b9 commit d42a124

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
@@ -32,7 +32,7 @@
3232
"test": "ava --fail-fast",
3333
"cleanup": "npx rimraf @type \"lib/**/*.js\"",
3434
"prepare": "npm run cleanup && npm run build",
35-
"_postinstall": "husky install",
35+
"postinstall": "husky install",
3636
"prepublishOnly": "pinst --disable",
3737
"postpublish": "pinst --enable"
3838
},

0 commit comments

Comments
 (0)