mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
split build scripts into dev and prod
This commit is contained in:
@@ -5,8 +5,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve --open",
|
"start": "ng serve --open",
|
||||||
"build": "ng build --prod",
|
"build": "ng build",
|
||||||
"build:nts": "ng build",
|
"build:prod": "ng build --prod",
|
||||||
"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