fix: pin plugin typecheck to tsc 5.9 (bunx default resolved ancient tsc)
This commit is contained in:
@@ -30,7 +30,7 @@ verify: daemon
|
|||||||
cd daemon && staticcheck ./... || true
|
cd daemon && staticcheck ./... || true
|
||||||
cd daemon && go test ./... -count=1
|
cd daemon && go test ./... -count=1
|
||||||
cd web && bun run build
|
cd web && bun run build
|
||||||
cd plugin && bunx tsc --noEmit -p tsconfig.json
|
cd plugin && bunx tsc@5.9 --noEmit -p tsconfig.json
|
||||||
|
|
||||||
test:
|
test:
|
||||||
cd daemon && go test ./... -count=1
|
cd daemon && go test ./... -count=1
|
||||||
|
|||||||
Reference in New Issue
Block a user