feat: dev

This commit is contained in:
Gab
2026-03-24 15:08:08 +11:00
parent ff2d13015d
commit 09156ea6d4
2 changed files with 5 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
set -e
# Check if bun version matches package.json
# keep in sync with packages/script/src/index.ts semver qualifier
export PATH="$HOME/.bun/bin:$PATH"
bun -e '
import { semver } from "bun";
const pkg = await Bun.file("package.json").json();
@@ -17,4 +18,4 @@ if (process.versions.bun !== expectedBunVersion) {
console.warn(`Warning: Bun version ${process.versions.bun} differs from expected ${expectedBunVersion}`);
}
'
bun typecheck
cd packages/tfcode && bun typecheck