Skip to content

Commit

Permalink
fix(cli): ENG-6005 add exit code for failed actions
Browse files Browse the repository at this point in the history
  • Loading branch information
crherman7 committed Jan 22, 2025
1 parent 9d02da1 commit 454177e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli-kit/src/lib/FlagshipCodeManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export class FlagshipCodeManager extends EventEmitter {
} catch (e: any) {
FlagshipCodeLogger.shared.error(e);
this.emit('onError');
process.exit(1);
}

++actionsRun;
Expand Down

0 comments on commit 454177e

Please sign in to comment.