Skip to content

Commit

Permalink
Merge pull request #10 from Baek2back/changesets/test
Browse files Browse the repository at this point in the history
chore: script fix
  • Loading branch information
Baek2back authored Jul 2, 2024
2 parents bd79362 + a2decca commit 871a158
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 @@ -25,7 +25,7 @@
"typescript": "^5.5.2"
},
"scripts": {
"postinstall": "lefthook install",
"postinstall": "[ -n \"$CI\" ] || lefthook install",
"dev": "turbo run dev",
"build": "turbo run build",
"start": "turbo run start",
Expand Down

0 comments on commit 871a158

Please sign in to comment.