Skip to content

Commit 3ac2fba

Browse files
committed
lint
1 parent fb9ccd0 commit 3ac2fba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/open-next/src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import { printHeader } from "./build/utils.js";
99

1010
const command = process.argv[2];
1111
const stage = process.argv[3];
12-
const validCommand =
13-
command === "build" ||
14-
command === "preview" ||
12+
const validCommand =
13+
command === "build" ||
14+
command === "preview" ||
1515
(command === "generate" && stage === "local");
1616

1717
if (!validCommand) {

0 commit comments

Comments
 (0)