babel: @npm run babel build-dev: @npm run build:dev watch-babel: @npm run watch:babel watch: @npm run watch build-prod: @npm run build:production clean: @npm run clean lint: @npm run lint test: @npm test .PHONY: all browserify webpack clean lint test