Skip to content

Commit

Permalink
fix(*): fix command path
Browse files Browse the repository at this point in the history
  • Loading branch information
krishna-acondy committed Nov 25, 2020
1 parent a2ce187 commit 5fa55f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node

require = require('esm')(module /*, options*/)
require('../src/cli').cli(process.argv)
require('./cli').cli(process.argv)

0 comments on commit 5fa55f4

Please sign in to comment.