[ACS-12322] CR fixes

This commit is contained in:
Shivangi Shree
2026-08-04 14:26:24 +05:30
parent e3aad9b160
commit e0fdef15dc
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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",
+3
View File
@@ -1,3 +1,6 @@
packages:
- "projects/*"
# Block packages published less than 3 days ago (4320 minutes)
minimumReleaseAge: 4320
minimumReleaseAgeStrict: true