cmux/node_modules/generic-pool/Makefile
2026-01-29 17:36:26 -08:00

18 lines
156 B
Makefile

.PHONY: all clean install check test lint
all:
clean:
rm -rf node_modules
install:
npm install
check:
npm test
test:
npm test
lint:
npm run lint