Skip to content

Commit

Permalink
docs(changeset): fix commit tty
Browse files Browse the repository at this point in the history
  • Loading branch information
WoLfulus committed Mar 17, 2024
1 parent 3572659 commit 71e1f21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/warm-camels-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"io.linefusion.unity": patch
"io.linefusion.unity.generator": patch
---

fix commit tty
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ if [ "$vars" != "" ]; then
exit 0
fi

exec < /dev/tty || true
exec >/dev/tty 2>/dev/tty </dev/tty || true

pnpm changeset

0 comments on commit 71e1f21

Please sign in to comment.