Makefile 152 Bytes Edit 1 2 3 4 5 6 7 8 9 install: npm-install .PHONY: npm-install npm-install: npm install .PHONY: lint-js lint-js: npm-install ## Lint the javascript codebase npm run lint