Explicit phony frontend target always triggers rebuild of frontend

pull/13/head
Matthew Strasiotto 4 years ago
parent 0f692f1c81
commit 4ba9162bd4

@ -19,10 +19,9 @@ assets_bundle.go: $(TTY_SERVER_ASSETS)
%.zip: %
zip $@ $^
frontend: frontend/public/index.html
frontend: cleanfront frontend/public/index.html
frontend/public/index.html:
rm -fr frontend/public
cd frontend && npm install && npm run build && cd -
cleanfront:

Loading…
Cancel
Save