diff options
| author | Dax <[email protected]> | 2025-10-31 15:07:36 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-31 15:07:36 -0400 |
| commit | 96bdeb3c7b04e95ecabaa0253deddd2a22e14afe (patch) | |
| tree | c37898ee62e8c4f84f5d9abd4c644b1ec7066963 /.husky | |
| parent | 81c617770d8595978b497a9cf3c0a5316b108352 (diff) | |
| download | opencode-96bdeb3c7b04e95ecabaa0253deddd2a22e14afe.tar.gz opencode-96bdeb3c7b04e95ecabaa0253deddd2a22e14afe.zip | |
OpenTUI is here (#2685)
Diffstat (limited to '.husky')
| -rwxr-xr-x | .husky/pre-push | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.husky/pre-push b/.husky/pre-push index beebb6d7c..b26017ee9 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,2 +1,2 @@ #!/bin/sh -bun run typecheck +bun typecheck |
