Skip to content

Commit

Permalink
fix(cli): add shebang to run node
Browse files Browse the repository at this point in the history
  • Loading branch information
djMax committed Oct 19, 2023
1 parent 64539e7 commit 409b242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/cli.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import minimist from 'minimist';

import { generateValidator } from '..';
Expand Down

0 comments on commit 409b242

Please sign in to comment.