We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d00e2 commit e20f05eCopy full SHA for e20f05e
package.json
@@ -4,6 +4,6 @@
4
"tar": "^7.4.3"
5
},
6
"scripts": {
7
- "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"
8
}
9
0 commit comments