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": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve --open",
|
||||
"build": "ng build --prod",
|
||||
"build:nts": "ng build",
|
||||
"build": "ng build",
|
||||
"build:prod": "ng build --prod",
|
||||
"build:dev": "ng build && node postbuild-dev.js",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint",
|
||||
|
Reference in New Issue
Block a user