We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6911cd8 commit 842e9f2Copy full SHA for 842e9f2
packages/cli/src/index.ts
@@ -60,7 +60,7 @@ async function main() {
60
_cli,
61
{
62
initialize: false,
63
- iconPath: "${cli.projectPath}/src/use-icons.ts",
+ iconPath: `${_cli.projectPath}/src/use-icons.ts`,
64
},
65
cliOptions,
66
) as CliOptions;
@@ -85,7 +85,7 @@ async function main() {
85
project.addSourceFilesAtPaths([
86
`${cli.projectPath}/src/**/*.html`,
87
`${cli.projectPath}/src/**/*.ts`,
88
- `${cli.projectPath}/angular.json`,
+ `./angular.json`,
89
]);
90
91
try {
0 commit comments