diff options
| author | Dax Raad <[email protected]> | 2025-09-27 03:18:12 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-27 03:18:12 -0400 |
| commit | fcbc78180b4e2f2ce2e9d242dc16cf8daccd4354 (patch) | |
| tree | d396094b6ef3a9e3738f52ec826d4b28ceae26ca /.husky | |
| parent | bab1ca54e4eda9d7886b1a8032b332e749e957e6 (diff) | |
| download | opencode-fcbc78180b4e2f2ce2e9d242dc16cf8daccd4354.tar.gz opencode-fcbc78180b4e2f2ce2e9d242dc16cf8daccd4354.zip | |
ci: fix
Diffstat (limited to '.husky')
| -rwxr-xr-x | .husky/pre-push | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.husky/pre-push b/.husky/pre-push index c4c3073c3..beebb6d7c 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,3 +1,2 @@ #!/bin/sh -bun prettier --write --ignore-unknown $(git diff --name-only HEAD~1 HEAD) -bun run typecheck
\ No newline at end of file +bun run typecheck |
