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 e20f05e commit 1111a2fCopy full SHA for 1111a2f
package.json
@@ -4,6 +4,6 @@
4
"tar": "^7.4.3"
5
},
6
"scripts": {
7
- "dist": "npx esbuild ./action.js --bundle --platform=node --target=node20 --outfile=./action.js"
+ "dist": "npx esbuild ./action.js --bundle --platform=node --target=node20 --outfile=./action.js --allow-overwrite --minify"
8
}
9
0 commit comments