fix(ci): fix build commands

This commit is contained in:
SvetlanaMuravlova
2022-09-16 13:45:57 +03:00
parent 1253c6c811
commit 06d08038c3
2 changed files with 3 additions and 3 deletions

View File

@@ -114,7 +114,7 @@
] ]
} }
}, },
"defaultConfiguration": "" "defaultConfiguration": "production"
}, },
"serve": { "serve": {
"builder": "@angular-devkit/build-angular:dev-server", "builder": "@angular-devkit/build-angular:dev-server",

View File

@@ -7,9 +7,9 @@
"ng": "nx", "ng": "nx",
"start": "ng serve", "start": "ng serve",
"demo.build": "ng build", "demo.build": "ng build",
"demo.build-prod": "ng build --prod", "demo.build-prod": "ng build",
"build": "nx run ng2-file-upload:build", "build": "nx run ng2-file-upload:build",
"build-prod": "nx run ng2-file-upload:build:production", "build-prod": "nx run ng2-file-upload:build",
"build.watch": "nx run ng2-file-upload:build --watch", "build.watch": "nx run ng2-file-upload:build --watch",
"lint": "nx run-many --target=lint --all", "lint": "nx run-many --target=lint --all",
"test": "nx run-many --target=test --all", "test": "nx run-many --target=test --all",