Skip to content

Commit

Permalink
Update esbuild to output ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed Mar 11, 2024
1 parent d5d42b1 commit 8795472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "esbuild --bundle ./src/main.js --platform=node --outdir=dist --external:octokit"
"prepare": "esbuild --bundle ./src/main.js --format=esm --platform=node --outdir=dist --external:octokit"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8795472

Please sign in to comment.