Temporary: Fix pre-push hook PATH for CI

Co-authored-by: thdxr <826656+thdxr@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-11-02 18:14:28 +00:00
parent 186f4b9f10
commit ec2de27781

View file

@ -1,2 +1,3 @@
#!/bin/sh
export PATH="$HOME/.bun/bin:$PATH"
bun typecheck