Skip to content

Commit f376d3a

Browse files
committed
Re-enable postinstall script
1 parent 48ff598 commit f376d3a

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
@@ -31,7 +31,7 @@
3131
"test": "ava --fail-fast",
3232
"cleanup": "del-cli @type lib",
3333
"prepare": "npm run cleanup && npm run build",
34-
"_postinstall": "husky install",
34+
"postinstall": "husky install",
3535
"prepublishOnly": "pinst --disable",
3636
"postpublish": "pinst --enable"
3737
},

0 commit comments

Comments
 (0)