blob: 2ce27f5f5dc49dc64b2e1d3a1011a3b86438a5ad [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
Pokey Rulee2a8c2f2025-04-23 15:09:25 +01006demo:
7 npm run demo
8
Earl Lee2e463fb2025-04-17 11:22:22 -07009# TypeScript type checking
10# Note: The actual esbuild bundling happens in esbuild.go
11check:
12 npx tsc --noEmit
13
Earl Lee2e463fb2025-04-17 11:22:22 -070014clean:
15 rm -rf node_modules