Skip to content

Commit

Permalink
[cli] fix for install as bin to work
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Dec 31, 2023
1 parent 87feebb commit ccde315
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/validator-bonds-cli/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

/* eslint-disable no-process-exit */
import { Command } from 'commander'
import {
Expand Down

0 comments on commit ccde315

Please sign in to comment.