Skip to content

Commit

Permalink
fixup! feat(cli): build based on configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Oct 9, 2024
1 parent 8be90a1 commit 8686626
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/cli/src/exec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,5 @@ export const spawnSyncDockerFallback = async (
throw result.error;
}
}
console.log(result);
return result;
};

0 comments on commit 8686626

Please sign in to comment.