.PHONY: install install: ddev npm install .PHONY: build build: ddev npm run build:css .PHONY: compile compile: ddev npm run compile:css .PHONY: watch watch: ddev npm run watch:css