Skip to content

Commit b53db53

Browse files
authored
chore: change Angular customCommand (#18425)
1 parent 3778c7a commit b53db53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-vite/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ const FRAMEWORKS: Framework[] = [
258258
name: 'custom-angular',
259259
display: 'Angular ↗',
260260
color: red,
261-
customCommand: 'npx -p @angular/cli@latest ng new TARGET_DIR',
261+
customCommand: 'npm exec @angular/cli@latest new TARGET_DIR',
262262
},
263263
{
264264
name: 'custom-analog',

0 commit comments

Comments
 (0)