Skip to content

Commit e24e0ed

Browse files
committed
fix server build
1 parent c9a4f58 commit e24e0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/commands/server.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const handler = buildHandler(
6666
stdio: "inherit",
6767
});
6868

69-
execSync("npx next build .mailing", {
69+
execSync("cd .mailing && npx next build", {
7070
stdio: "inherit",
7171
});
7272
}

0 commit comments

Comments
 (0)