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