diff --git a/Makefile b/Makefile index 5f1a7f567..9c8cb0bf4 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,7 @@ endif .build/artifacts-ui.ok: .build/deps-build-node.ok $(ASSET_SOURCES) @mkdir -p .build + cd ui && npm run-script build-css cd ui && npm run build touch $@