Skip to content

Commit f08fc2a

Browse files
committed
fix: update
1 parent bc75096 commit f08fc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ async function init() {
718718
console.log(`\n\nstarting installation...\n`)
719719
const { spawn } = await import('node:child_process')
720720
const installArgs = ['install']
721-
const child = spawn('pnpm', installArgs, {
721+
const child = spawn(packageManager, installArgs, {
722722
cwd: root,
723723
stdio: 'inherit',
724724
shell: process.platform === 'win32',

0 commit comments

Comments
 (0)