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