Skip to content

Commit cc4f611

Browse files
committed
fix(prepare/build): correctly map BUILD_FAIL_ON for respec
1 parent e228dcc commit cc4f611

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/prepare-build.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,9 @@ function getFailOnFlags(
343343
return ["-w"];
344344
case "everything":
345345
return ["-e", "-w"];
346+
case "nothing":
347+
default:
348+
return [];
346349
}
347350
}
348351
case "bikeshed": {

0 commit comments

Comments
 (0)