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