Skip to content

Commit eb3674e

Browse files
committed
fix(@angular/cli): remove project from required properties in ng-packagr schema
Closes: #20246 (cherry picked from commit d254d05)
1 parent cc9be1c commit eb3674e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/angular/cli/lib/config/schema.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2132,10 +2132,7 @@
21322132
"default": false
21332133
}
21342134
},
2135-
"additionalProperties": false,
2136-
"required": [
2137-
"project"
2138-
]
2135+
"additionalProperties": false
21392136
}
21402137
}
21412138
},

0 commit comments

Comments
 (0)