Skip to content

Commit

Permalink
fix: update postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Aug 26, 2024
1 parent 53815c9 commit 4fc799c
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 @@ -9,7 +9,7 @@
"scripts": {
"check": "dprint check",
"fmt": "dprint fmt",
"postinstall": "husky && git config --local core.editor cat",
"postinstall": "node_modules/husky/bin.mjs && git config --local core.editor cat",
"test": "nargo test",
"version:release": "changelogithub"
},
Expand Down

0 comments on commit 4fc799c

Please sign in to comment.