Skip to content

Commit bbf31d0

Browse files
committed
Add pinst
1 parent fc46bbb commit bbf31d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"packageManager": "yarn@4.1.1",
33
"scripts": {
44
"postinstall": "husky",
5+
"prepack": "pinst --disable",
6+
"postpack": "pinst --enable",
57
"format": "prettier . --write && echo src test | xargs -n1 purty --write",
68
"lint": "cspell . --dot --gitignore && eslint . --fix --no-error-on-unmatched-pattern && trufflehog3"
79
},
@@ -18,6 +20,7 @@
1820
"eslint": "^8.34.0",
1921
"eslint-config-prettier": "^8.0.0",
2022
"husky": "^9.0.0",
23+
"pinst": "^3.0.0",
2124
"prettier": "^3.0.0",
2225
"purescript": "^0.15.14",
2326
"purty": "^7.0.0",

0 commit comments

Comments
 (0)