Skip to content

Commit

Permalink
package.json: remove deprecated install from husky and move to
Browse files Browse the repository at this point in the history
recommended prepare instead of postInstall
  • Loading branch information
goapunk authored and hom3mad3 committed Oct 31, 2024
1 parent 8101a0b commit 0b7f37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lint": "eslint apps && stylelint 'digitalstrategie/assets/scss/**/*.scss'",
"lint-fix": "eslint --fix stylelint --fix 'digitalstrategie/assets/scss/**/*.scss'",
"lint-staged": "lint-staged",
"postinstall": "husky install"
"prepare": "husky"
},
"browserslist": "defaults and not dead and >= 0.5%, ie >= 11",
"lint-staged": {
Expand Down

0 comments on commit 0b7f37f

Please sign in to comment.