We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a80be commit 966b2acCopy full SHA for 966b2ac
apps/host-application/project.json
@@ -5,13 +5,16 @@
5
"prefix": "app",
6
"sourceRoot": "apps/host-application/src",
7
"tags": [],
8
+ "implicitDependencies": ["nx-angular-mf"],
9
"targets": {
10
"build-test": {
- "executor": "@klerick/nx-angular-mf:build",
11
+ "dependsOn": ["^build"],
12
+ "executor": "./dist/libs/nx-angular-mf:build",
13
"outputs": ["{options.outputPath}"]
14
},
15
"serve-test": {
- "executor": "@klerick/nx-angular-mf:serve",
16
17
+ "executor": "./dist/libs/nx-angular-mf:serve",
18
19
20
"build": {
0 commit comments