Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit 4b99b88

Browse files
committed
docs: use prepare lifecycle hook instead of pinst
1 parent 3cf0fe1 commit 4b99b88

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@
5151
],
5252
"scripts": {
5353
"test": "eslint --ext .js,.ts,.tsx *.js",
54-
"postinstall": "husky install",
55-
"prepublishOnly": "pinst --disable",
56-
"postpublish": "pinst --enable"
54+
"prepare": "husky install"
5755
}
5856
}

0 commit comments

Comments
 (0)