Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 15, 2025
1 parent d7d00e2 commit e20f05e
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 @@ -4,6 +4,6 @@
"tar": "^7.4.3"
},
"scripts": {
"dist": "pkgx bun build ./action.js --outfile ./action.js --target node --minify"
"dist": "npx esbuild ./action.js --bundle --platform=node --target=node20 --outfile=./action.js"
}
}

0 comments on commit e20f05e

Please sign in to comment.