You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates `make run` (used locally during development) to:
- Run a second build after the first, which allows for easy testing of
cached workflows. This second build uses a different build directory
path to the first, to match the Heroku Cedar/classic build system and
allow for testing that relocation/path rewriting works as expected.
- Exit non-zero if the compile failed (it previously didn't, so we could
test `bin/report` for failing builds - but that's now handled via a
customisable exit code).
GUS-W-17879839.
0 commit comments