chore(Makefile): frontend-watch

This commit is contained in:
Sarah Vaupel 2024-01-16 00:25:36 +01:00
parent 481adcbd17
commit 32e4af199a

View File

@ -38,7 +38,11 @@ frontend-%: node_modules
.PHONY: --frontend-build
--frontend-build:
npx -- webpack --progress
npx -- webpack --progress $(WATCH)
.PHONY: --frontend-watch
--frontend-watch: WATCH=--watch
--frontend-watch: --frontend-build
node_modules: .npmrc package.json
npm ci --cache .npm --prefer-offline