Skip to content

Commit

Permalink
chore: change Angular customCommand (#18425)
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa authored Oct 23, 2024
1 parent 3778c7a commit b53db53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-vite/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ const FRAMEWORKS: Framework[] = [
name: 'custom-angular',
display: 'Angular ↗',
color: red,
customCommand: 'npx -p @angular/cli@latest ng new TARGET_DIR',
customCommand: 'npm exec @angular/cli@latest new TARGET_DIR',
},
{
name: 'custom-analog',
Expand Down

0 comments on commit b53db53

Please sign in to comment.