blob: 2ce27f5f5dc49dc64b2e1d3a1011a3b86438a5ad [file] [log] [blame]
all: install check
install:
npm ci
demo:
npm run demo
# TypeScript type checking
# Note: The actual esbuild bundling happens in esbuild.go
check:
npx tsc --noEmit
clean:
rm -rf node_modules