blob: 58c3373d064414560af6c8e7479b34a726c11466 [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:
npm test
update-snapshots:
npm run update-snapshots
clean:
rm -rf node_modules