Skip to content

Commit 6db714c

Browse files
committed
Step 1 - Update executors for host-application
1 parent 30f7630 commit 6db714c

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

apps/host-application/project.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,9 @@
77
"tags": [],
88
"implicitDependencies": ["nx-angular-mf"],
99
"targets": {
10-
"build-test": {
10+
"build": {
1111
"dependsOn": ["^build"],
1212
"executor": "./dist/libs/nx-angular-mf:build",
13-
"outputs": ["{options.outputPath}"]
14-
},
15-
"serve-test": {
16-
"dependsOn": ["^build"],
17-
"executor": "./dist/libs/nx-angular-mf:serve",
18-
"outputs": ["{options.outputPath}"]
19-
},
20-
"build": {
21-
"executor": "@angular-devkit/build-angular:application",
2213
"outputs": ["{options.outputPath}"],
2314
"options": {
2415
"outputPath": "dist/apps/host-application",
@@ -65,7 +56,8 @@
6556
"defaultConfiguration": "production"
6657
},
6758
"serve": {
68-
"executor": "@angular-devkit/build-angular:dev-server",
59+
"dependsOn": ["^build"],
60+
"executor": "./dist/libs/nx-angular-mf:serve",
6961
"configurations": {
7062
"production": {
7163
"buildTarget": "host-application:build:production"

0 commit comments

Comments
 (0)