diff --git a/Makefile b/Makefile index 41f1106..fec629b 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ verify: daemon cd daemon && staticcheck ./... || true cd daemon && go test ./... -count=1 cd web && bun run build - cd plugin && bunx tsc --noEmit -p tsconfig.json + cd plugin && bunx tsc@5.9 --noEmit -p tsconfig.json test: cd daemon && go test ./... -count=1