We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a4f58 commit e24e0edCopy full SHA for e24e0ed
packages/cli/src/commands/server.ts
@@ -66,7 +66,7 @@ export const handler = buildHandler(
66
stdio: "inherit",
67
});
68
69
- execSync("npx next build .mailing", {
+ execSync("cd .mailing && npx next build", {
70
71
72
}
0 commit comments