build:
	npm run build-${TARGET_ENV}

serve:
	npm run serve

clean:
	-rm -r dist