We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c707b1f commit 07489e0Copy full SHA for 07489e0
1 file changed
packages/cli/src/commands/build.mjs
@@ -39,7 +39,7 @@ export function registerBuildCommand(cli) {
39
const child = spawn(nextCmd, args, {
40
stdio: 'inherit',
41
env,
42
- cwd: nextAppDir // CRITICAL: Run in the Next.js app directory
+ // cwd: nextAppDir // CRITICAL: Run in the Next.js app directory
43
});
44
45
0 commit comments