Skip to content

Commit

Permalink
fix: add .js to cli import from main script (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptodev-2s authored Dec 6, 2023
1 parent 95bf176 commit 177e0fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/create-release-branch.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env node
/* eslint-disable import/extensions */

// eslint-disable-next-line import/no-unassigned-import,import/no-unresolved
import '../dist/cli';
// eslint-disable-next-line import/no-unassigned-import, import/no-unresolved
import '../dist/cli.js';

0 comments on commit 177e0fa

Please sign in to comment.