.PHONY: test test: npm test .PHONY: build build: npm run build .PHONY: start start: npm start .PHONY: clean clean: npm run clean