Skip to content

Commit 890bb03

Browse files
committed
chore(deps): remove pinst and install husky in prepare script
1 parent 0a3adc2 commit 890bb03

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

package-lock.json

-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"dist/src/**/!(*.test).{js,d.ts}"
99
],
1010
"scripts": {
11-
"postinstall": "husky install .github/husky",
12-
"prepublishOnly": "pinst --disable",
13-
"postpublish": "pinst --enable",
11+
"prepare": "husky install .github/husky",
1412
"lint": "run-p format:check lint-es",
1513
"lint:fix": "run-s format lint-es:fix",
1614
"lint-es": "eslint --ext .ts,.tsx,.js,.jsx,.json .",
@@ -86,7 +84,6 @@
8684
"jest": "27.5.1",
8785
"lint-staged": "12.3.7",
8886
"npm-run-all": "4.1.5",
89-
"pinst": "2.1.6",
9087
"prettier": "2.6.1",
9188
"semantic-release": "19.0.2",
9289
"ts-jest": "27.1.4",

0 commit comments

Comments
 (0)