.PHONY: start debug build test watch lint start: npm start debug: npm run start:debug build: npm run build lint: npm run lint