Skip to content

Commit e69dbb7

Browse files
committed
fix(cli): pass installArgs to standalone project install
1 parent d8c5d43 commit e69dbb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/create/bin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ Use \`vp create --list\` to list all available templates, or run \`vp create --h
970970
installGitHooks(fullPath, compactOutput);
971971
}
972972
updateCreateProgress('Installing dependencies');
973-
installSummary = await runViteInstall(fullPath, options.interactive, undefined, {
973+
installSummary = await runViteInstall(fullPath, options.interactive, installArgs, {
974974
silent: compactOutput,
975975
});
976976
updateCreateProgress('Formatting code');

0 commit comments

Comments
 (0)