Skip to content

Commit 07489e0

Browse files
committed
Update build.mjs
1 parent c707b1f commit 07489e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/commands/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function registerBuildCommand(cli) {
3939
const child = spawn(nextCmd, args, {
4040
stdio: 'inherit',
4141
env,
42-
cwd: nextAppDir // CRITICAL: Run in the Next.js app directory
42+
// cwd: nextAppDir // CRITICAL: Run in the Next.js app directory
4343
});
4444

4545
});

0 commit comments

Comments
 (0)