Skip to content

Commit d692811

Browse files
authored
Merge pull request #30 from markrawls/develop
Remove husky install from postinstall hooks
2 parents 396e60c + 7d63036 commit d692811

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
@@ -15,8 +15,7 @@
1515
"prod": "npm run production",
1616
"watch": "NODE_ENV=local ./node_modules/.bin/rollup --config --watch",
1717
"lint": "./node_modules/.bin/eslint ./",
18-
"clean": "rm -rf dist",
19-
"postinstall": "husky install"
18+
"clean": "rm -rf dist"
2019
},
2120
"keywords": [
2221
"react",

0 commit comments

Comments
 (0)