mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
Merge pull request #42 from Alfresco/dev-pionnegru-ng-build-no-tree-shaking
[ACA] npm - ng build without tree shaking
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve --open",
|
"start": "ng serve --open",
|
||||||
"build": "ng build --prod",
|
"build": "ng build --prod",
|
||||||
|
"build:nts": "ng build",
|
||||||
"build:dev": "ng build && node postbuild-dev.js",
|
"build:dev": "ng build && node postbuild-dev.js",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
|
Reference in New Issue
Block a user