From 2be6049f5e0bd5c46d80a02327b448e923f4afae Mon Sep 17 00:00:00 2001 From: Arsalan Ul Haq Sohni Date: Mon, 15 Dec 2025 10:56:49 +0100 Subject: [PATCH] build: enable Nextcloud core build for npm changes Signed-off-by: Arsalan Ul Haq Sohni --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 1efe21c..9aa0771 100644 --- a/Makefile +++ b/Makefile @@ -216,10 +216,10 @@ build_core_app_theming: .precheck ## Build theming app @echo "[✓] theming app built successfully" build_ncw: .precheck build_core_app_theming ## Build Nextcloud Workspace -# composer install --no-dev -o && \ -# npm ci && \ -# NODE_OPTIONS="--max-old-space-size=4096" npm run build - @echo "[i] No need to re-build right now. Will use version from repository" + composer install --no-dev -o && \ + npm ci && \ + NODE_OPTIONS="--max-old-space-size=4096" npm run build + @echo "[✓] Nextcloud core built successfully" # Dynamic rules for full build apps $(FULL_BUILD_TARGETS): build_%_app: