Skip to content

Commit

Permalink
fix(index.js): fix bin/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Lzzzs committed Dec 21, 2023
1 parent 546bf1d commit 0a4f757
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/rich-olives-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pv-script": patch
---

fix bin/index.js
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ coverage
.idea
.vscode
.eslintcache
bin
bin/pv-script.js
3 changes: 3 additions & 0 deletions bin/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node
'use strict'
import('./pv-script.js')
1 change: 0 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ export default {
file: 'bin/pv-script.js',
format: 'esm',
},
external: ['commander']
}

0 comments on commit 0a4f757

Please sign in to comment.