chore(Makefile): frontend-watch
This commit is contained in:
parent
481adcbd17
commit
32e4af199a
6
Makefile
6
Makefile
@ -38,7 +38,11 @@ frontend-%: node_modules
|
|||||||
|
|
||||||
.PHONY: --frontend-build
|
.PHONY: --frontend-build
|
||||||
--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
|
node_modules: .npmrc package.json
|
||||||
npm ci --cache .npm --prefer-offline
|
npm ci --cache .npm --prefer-offline
|
||||||
|
|||||||
Reference in New Issue
Block a user