mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[AAE-4628] Release without the About and Settings modules, but have them baked into the app otherwise (#2022)
This commit is contained in:
+2
-1
@@ -8,9 +8,10 @@
|
||||
"ng": "ng",
|
||||
"start": "npm run validate-config && ng serve --open",
|
||||
"start:prod": "npm run validate-config && node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng serve --prod --open",
|
||||
"build.app": "node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng build app --prod",
|
||||
"build.app": "node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng build app",
|
||||
"build": "npm run validate-config && npm run build.app -- --prod",
|
||||
"build.e2e": "npm run build.app -- --prod --configuration=e2e",
|
||||
"build.release": "npm run build.app -- --configuration=production,release",
|
||||
"test": "ng test app --code-coverage",
|
||||
"lite-serve": "./scripts/run lite-serve",
|
||||
"test:ci": "ng test adf-office-services-ext --watch=false && ng test app --code-coverage --watch=false",
|
||||
|
||||
Reference in New Issue
Block a user