Skip to content

Commit 9ac524b

Browse files
committed
fix(create-app): do not install "install" package
1 parent 4556f2e commit 9ac524b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ async function init() {
108108
})
109109

110110
if (yes) {
111-
await run(parseNi, ['-C', related, 'install'])
111+
await run(parseNi, ['-C', related])
112112
// await execa(pkgManager, ['-C', related, 'install'], { stdio: 'inherit' })
113113
await execa(pkgManager, ['-C', related, 'run', 'dev'], { stdio: 'inherit' })
114114
}

0 commit comments

Comments
 (0)