Skip to content

Commit

Permalink
build: remove disable shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarvin8 committed Oct 7, 2024
1 parent 54c988a commit 9926ab3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/run.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env node

// eslint-disable-next-line node/shebang
async function main() {
const { execute } = await import('@oclif/core');
await execute({ dir: import.meta.url });
Expand Down

0 comments on commit 9926ab3

Please sign in to comment.