Skip to content

Commit

Permalink
feat: fulfill analytics run dry
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbn committed Jun 1, 2021
1 parent 023fbe5 commit b0a124d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ task(TASK_NAMES.FULFILL_ANALYTICS, 'Fulfill pendant network analytics')
undefined,
types.string
)
.addFlag('runDry', 'run the script without actually fulfilling the analytics')
.setAction(async (taskArgs, hre: any) => {
await hre.run(SUB_TASK_NAMES.INITIALIZE_DEFAULT_ADDRESSES);
await hre.run(SUB_TASK_NAMES.FULFILL_ANALYTICS, taskArgs);
Expand Down

0 comments on commit b0a124d

Please sign in to comment.