Skip to content

Commit

Permalink
fix(@angular/cli): update regex to validate the project-name
Browse files Browse the repository at this point in the history
(cherry picked from commit efa1a19)
  • Loading branch information
harshlakhara authored and alan-agius4 committed Jan 23, 2024
1 parent 4e2586a commit 8ebb754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular/cli/lib/config/workspace-schema.json
Expand Up @@ -23,7 +23,7 @@
"projects": {
"type": "object",
"patternProperties": {
"^(?:@[a-zA-Z0-9_-]+/)?[a-zA-Z0-9_-]+$": {
"^(?:@[a-zA-Z0-9._-]+/)?[a-zA-Z0-9._-]+$": {
"$ref": "#/definitions/project"
}
},
Expand Down

0 comments on commit 8ebb754

Please sign in to comment.