Skip to content

Commit

Permalink
fix: npm init creates empty packages on windows
Browse files Browse the repository at this point in the history
closes #11
  • Loading branch information
mihar-22 committed Apr 20, 2022
1 parent 718cf42 commit 57850c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-kit-docs/bin/create-kit-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ async function main() {
try {
const child = spawn('npm', ['init', 'svelte@next', rootDirName ?? '.'], {
stdio: 'inherit',
shell: true,
});

await new Promise((resolve, reject) => {
Expand Down

0 comments on commit 57850c8

Please sign in to comment.