Skip to content

Commit 68b914b

Browse files
committed
build(scripts): delete obsolete pinst commands from prepack and postpack scripts
1 parent 41f4eef commit 68b914b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"fix": "tsc --noEmit && eslint . --fix && prettier --write .",
1616
"postinstall": "husky",
1717
"lint": "tsc --noEmit && eslint . && prettier --check .",
18-
"prepack": "tsc && pinst --disable",
19-
"postpack": "pinst --enable",
18+
"prepack": "tsc",
2019
"test": "ava"
2120
},
2221
"sideEffects": false,

0 commit comments

Comments
 (0)