Skip to content

Commit b04460a

Browse files
committed
fix: delete pinst from prepack and postpack scripts
pinst is now run by semantic-release. Running pinst in postpack interferes with that.
1 parent a076052 commit b04460a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@
7777
"fix": "tsc --noEmit && eslint . --fix && prettier --write .",
7878
"postinstall": "husky install",
7979
"lint": "tsc --noEmit && eslint . && prettier --check .",
80-
"prepack": "tsc && pinst --disable",
81-
"postpack": "pinst --enable",
80+
"prepack": "tsc",
8281
"test": "ava"
8382
},
8483
"engines": {

0 commit comments

Comments
 (0)