Skip to content

Commit

Permalink
fix(cli): add $id for schema of schematic
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Jul 27, 2022
1 parent 3e24c20 commit efb40eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/schematics/ng-add/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "http://json-schema.org/schema",
"id": "ng-add",
"$id": "ng-add",
"title": "ng-add",
"type": "object",
"properties": {
Expand Down

0 comments on commit efb40eb

Please sign in to comment.