Skip to content

Commit

Permalink
Use deno to bundle instead of node
Browse files Browse the repository at this point in the history
  • Loading branch information
ozaner committed Oct 20, 2024
1 parent 0b4ab27 commit 23cebd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"esbuild": "^0.24.0"
},
"scripts": {
"bundle": "node esbuild.config.js"
"bundle": "deno run -A esbuild.config.cjs"
},
"engines": {
"node": ">= 18.0.0"
Expand Down

0 comments on commit 23cebd9

Please sign in to comment.