blob: d6e6d13de5b9907c313940c7c6c4c49a9066e65f [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
15update-snapshots:
16 npm run update-snapshots
Earl Lee2e463fb2025-04-17 11:22:22 -070017
Earl Lee2e463fb2025-04-17 11:22:22 -070018clean:
19 rm -rf node_modules