Skip to content

Commit

Permalink
Modify bin/ again
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks committed Dec 1, 2023
1 parent 452c411 commit 0daf8d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/create-release-branch.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node

/* eslint-disable import/unambiguous */
await import('../dist/cli');
// eslint-disable-next-line import/no-unresolved, import/no-unassigned-import
import '../dist/cli';

0 comments on commit 0daf8d0

Please sign in to comment.