create-co-app
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -72,8 +72,7 @@ #!/usr/bin/env node | ||
})); | ||
exec(`(cd ${destinationFolder} && npm start)`, (err) => __awaiter(void 0, void 0, void 0, function* () { | ||
if (err) { | ||
console.error(`Failed to start: ${err}`); | ||
return; | ||
} | ||
})); | ||
yield waitForExec({ | ||
cmd: `(cd ${destinationFolder} && npm start)`, | ||
errorMessage: `Failed to start`, | ||
successMessage: '', | ||
}); | ||
}); | ||
@@ -80,0 +79,0 @@ (function () { |
@@ -93,7 +93,6 @@ #!/usr/bin/env node | ||
exec(`(cd ${destinationFolder} && npm start)`, async (err) => { | ||
if (err) { | ||
console.error(`Failed to start: ${err}`); | ||
return; | ||
} | ||
await waitForExec({ | ||
cmd: `(cd ${destinationFolder} && npm start)`, | ||
errorMessage: `Failed to start`, | ||
successMessage: '', | ||
}); | ||
@@ -100,0 +99,0 @@ }; |
{ | ||
"name": "create-co-app", | ||
"version": "1.0.07", | ||
"version": "1.0.08", | ||
"description": "My New Project description.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
35115
952