blob: 662cfe771f987dfbf9cb3fb0371e8f0049878f76 [file] [log] [blame]
Sean McCullough86b56862025-04-18 13:04:03 -07001all: install check
Earl Lee2e463fb2025-04-17 11:22:22 -07002
3install:
4 npm ci
5
6# TypeScript type checking
7# Note: The actual esbuild bundling happens in esbuild.go
8check:
9 npx tsc --noEmit
10
Earl Lee2e463fb2025-04-17 11:22:22 -070011clean:
12 rm -rf node_modules