Skip to content

Commit b7a9552

Browse files
authored
Merge pull request #61 from zalando/fix/husky-to-prepare-script
Update husky to be in prepare script
2 parents 36fb50d + 8cc9056 commit b7a9552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"sideEffects": false,
8080
"scripts": {
81-
"postinstall": "husky install",
81+
"prepare": "husky install",
8282
"build": "backstage-cli package build",
8383
"start": "backstage-cli package start",
8484
"lint": "backstage-cli package lint",

0 commit comments

Comments
 (0)