Skip to content

Commit

Permalink
fix(prepare/build): correctly map BUILD_FAIL_ON for respec
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Sep 10, 2021
1 parent e228dcc commit cc4f611
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/prepare-build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,9 @@ function getFailOnFlags(
return ["-w"];
case "everything":
return ["-e", "-w"];
case "nothing":
default:
return [];
}
}
case "bikeshed": {
Expand Down

0 comments on commit cc4f611

Please sign in to comment.