ew_bloggy/Build/Makefile
2025-01-21 20:22:57 +01:00

16 lines
187 B
Makefile

.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