blob: 58c3373d064414560af6c8e7479b34a726c11466 [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:
Pokey Rule4de8a912025-04-25 21:01:30 +010012 npm test
13
14update-snapshots:
15 npm run update-snapshots
Earl Lee2e463fb2025-04-17 11:22:22 -070016
Earl Lee2e463fb2025-04-17 11:22:22 -070017clean:
18 rm -rf node_modules