Skip to content

Commit

Permalink
fix: update bin/dev.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Sep 7, 2023
1 parent 059ee70 commit 497e03d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/dev.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node
#!/usr/bin/env ts-node
// eslint-disable-next-line node/shebang
void (async () => {
(async () => {
const oclif = await import('@oclif/core')
await oclif.execute({development: true, dir: import.meta.url})
})()

0 comments on commit 497e03d

Please sign in to comment.