diff --git a/src/user-entrypoint.mjs b/src/user-entrypoint.mjs index 3143bc48..9b56ba5c 100755 --- a/src/user-entrypoint.mjs +++ b/src/user-entrypoint.mjs @@ -7,5 +7,6 @@ import { hideBin } from "yargs/helpers"; import { run } from "./cli.mjs"; import { setupRealContainer as setupContainer } from "./config/setup-container.mjs"; (async () => { + console.log("break the build"); run(hideBin(process.argv), setupContainer()); })();