mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-12322] CR fixes
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
packages:
|
||||
- "projects/*"
|
||||
|
||||
# Block packages published less than 3 days ago (4320 minutes)
|
||||
minimumReleaseAge: 4320
|
||||
minimumReleaseAgeStrict: true
|
||||
|
||||
Reference in New Issue
Block a user