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() {
|
function build() {
|
||||||
consola.start("Building project...");
|
consola.start("Building project...");
|
||||||
console.log('jfklsdjfklds')
|
|
||||||
try {
|
try {
|
||||||
execSync(`npx nitropack build`, { stdio: "inherit" });
|
execSync(`npx nitropack build`, { stdio: "inherit" });
|
||||||
console.log('called build')
|
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.log('hyeyyy err9r')
|
|
||||||
consola.error(err);
|
consola.error(err);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue