From e0fdef15dcde0ff505f0292d515f2dff803b0037 Mon Sep 17 00:00:00 2001 From: Shivangi Shree Date: Tue, 4 Aug 2026 14:26:24 +0530 Subject: [PATCH] [ACS-12322] CR fixes --- package.json | 2 +- pnpm-workspace.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e62e747d..4ab9deefa 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "start": "nx serve content-ce", "start:prod": "node --max-old-space-size=8192 nx serve content-ce --configuration production", "build": "nx build content-ce", - "build.release": "pnpm build --configuration=production,release", + "build.release": "nx build content-ce --configuration=production,release", "test": "nx test", "lint": "NODE_OPTIONS=--max_old_space_size=4096 nx run-many --all --target=lint", "inspect.bundle": "nx build content-ce --configuration production --stats-json && webpack-bundle-analyzer dist/content-ce/stats.json", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 0f8b6dfd7..c69266a31 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,6 @@ +packages: + - "projects/*" + # Block packages published less than 3 days ago (4320 minutes) minimumReleaseAge: 4320 minimumReleaseAgeStrict: true