Skip to content

Commit

Permalink
add HYPERPLAY_SKIP_HYPERPLAY_PUBLISH env flag
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettCleary committed Mar 8, 2024
1 parent 36d6ebf commit b0673ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,5 @@ export const skip_hyperplay_publish = Flags.boolean({
description: 'Do not publish to HyperPlay. Only Valist.',
allowNo: true,
default: false,
env: 'HYPERPLAY_SKIP_HYPERPLAY_PUBLISH'
});

0 comments on commit b0673ea

Please sign in to comment.