Skip to content

Commit 842e9f2

Browse files
committed
chore
1 parent 6911cd8 commit 842e9f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cli/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ async function main() {
6060
_cli,
6161
{
6262
initialize: false,
63-
iconPath: "${cli.projectPath}/src/use-icons.ts",
63+
iconPath: `${_cli.projectPath}/src/use-icons.ts`,
6464
},
6565
cliOptions,
6666
) as CliOptions;
@@ -85,7 +85,7 @@ async function main() {
8585
project.addSourceFilesAtPaths([
8686
`${cli.projectPath}/src/**/*.html`,
8787
`${cli.projectPath}/src/**/*.ts`,
88-
`${cli.projectPath}/angular.json`,
88+
`./angular.json`,
8989
]);
9090

9191
try {

0 commit comments

Comments
 (0)