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 committed Oct 30, 2024
1 parent a94147d commit 2249094
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 @@ -41,7 +41,7 @@
"lint": "stylelint 'digitalstrategie/assets/scss/**/*.scss'",
"lint-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 2249094

Please sign in to comment.