website/app/Makefile

8 lines
61 B
Makefile
Raw Normal View History

all:
npm run build
format:
npm run format
.PHONY: format