Skip to content

Commit

Permalink
fix: fix cli.js init
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Apr 6, 2024
1 parent d2cddfa commit e558891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node

import 'zx/globals'
import './release.mjs'
await import ('./release.mjs')

0 comments on commit e558891

Please sign in to comment.