Lint, test, and build JavaScript or TypeScript projects.
Section: Language and framework examples
Node.js targets
makefile
makefile
.PHONY: lint test build
lint:
pnpm lint
test:
pnpm test
build:
pnpm buildExplanation
Simple and team-friendly task aliases.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Language and framework examples