hff-entry-forms/web/Makefile

9 lines
80 B
Makefile
Raw Normal View History

build:
npm run build-${TARGET_ENV}
serve:
npm run serve
clean:
-rm -r dist