Skip to content

Commit

Permalink
fix(module:schematics): fix add-icon-assets schema path (NG-ZORRO#3005
Browse files Browse the repository at this point in the history
)
  • Loading branch information
hsuanxyz authored and Ricbet committed Apr 9, 2020
1 parent 07684df commit 6e1cf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schematics/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"add-icon-assets": {
"description": "Add icon assets into CLI config",
"factory": "./ng-add/setup-project/add-icon-assets#addIconToAssets",
"schema": "./ng-generate/bootstrap/schema.json",
"schema": "./ng-generate/boot-page/schema.json",
"aliases": ["fix-icon"]
}
}
Expand Down

0 comments on commit 6e1cf7c

Please sign in to comment.