Skip to content

Commit

Permalink
fix(module:schematics): fix add-icon-assets schema path (#3005)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsuanxyz authored and vthinkxie committed Mar 1, 2019
1 parent 28edb53 commit 5101928
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

1 comment on commit 5101928

@Y2zz
Copy link

@Y2zz Y2zz commented on 5101928 Mar 1, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

刚刚发现这个问题, 优秀优秀

Please sign in to comment.