Skip to content

Commit

Permalink
add shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
david-plugge committed Sep 1, 2023
1 parent 5b08f7a commit 3c875d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/neat-tomatoes-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'typed-pocketbase': patch
---

add shebang
3 changes: 3 additions & 0 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ export default defineConfig([
dts: false,
sourcemap: false,
clean: true,
banner: {
js: '#!/usr/bin/env node'
},
define: {
PKG_NAME: JSON.stringify(name),
PKG_VERSION: JSON.stringify(version)
Expand Down

0 comments on commit 3c875d8

Please sign in to comment.