blob: b95708e6f9c7db6cf1bb35304252cebd694cadb4 [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
Pokey Rule07e98cc2025-05-07 16:01:33 +010010dev:
11 npm run dev
12
Earl Lee2e463fb2025-04-17 11:22:22 -070013# TypeScript type checking
14# Note: The actual esbuild bundling happens in esbuild.go
15check:
Pokey Rule4de8a912025-04-25 21:01:30 +010016 npm test
17
Earl Lee2e463fb2025-04-17 11:22:22 -070018clean:
19 rm -rf node_modules