blob: 3c7c341a8c65ebff07b16be07053197297c9a0aa [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
Pokey Ruled6d2c692025-04-28 09:52:19 +01005 npm run playwright-install
Earl Lee2e463fb2025-04-17 11:22:22 -07006
Pokey Rulee2a8c2f2025-04-23 15:09:25 +01007demo:
8 npm run demo
9
Earl Lee2e463fb2025-04-17 11:22:22 -070010# TypeScript type checking
11# Note: The actual esbuild bundling happens in esbuild.go
12check:
Pokey Rule4de8a912025-04-25 21:01:30 +010013 npm test
14
Earl Lee2e463fb2025-04-17 11:22:22 -070015clean:
16 rm -rf node_modules