blob: b95708e6f9c7db6cf1bb35304252cebd694cadb4 [file] [log] [blame]
all: install check
install:
npm ci
npm run playwright-install
demo:
npm run demo
dev:
npm run dev
# TypeScript type checking
# Note: The actual esbuild bundling happens in esbuild.go
check:
npm test
clean:
rm -rf node_modules