refactor(cli): remove debug logs
This commit is contained in:
parent
86cf39daf7
commit
09cd38a481
1 changed files with 0 additions and 3 deletions
|
@ -6,12 +6,9 @@ import { execSync } from "node:child_process";
|
|||
|
||||
function build() {
|
||||
consola.start("Building project...");
|
||||
console.log('jfklsdjfklds')
|
||||
try {
|
||||
execSync(`npx nitropack build`, { stdio: "inherit" });
|
||||
console.log('called build')
|
||||
} catch (err) {
|
||||
console.log('hyeyyy err9r')
|
||||
consola.error(err);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue