Skip to content

Commit 2933621

Browse files
authored
Fix angular.json
Add project name into @schematics/angular:directive
1 parent 1e732c4 commit 2933621

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

angular/angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@
181181
"project": "AbpProjectName"
182182
},
183183
"@schematics/angular:directive": {
184-
"prefix": "app"
184+
"prefix": "app",
185+
"project": "AbpProjectName"
185186
}
186187
},
187188
"cli": {

0 commit comments

Comments
 (0)