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 c17d6b8 commit 2a182cfCopy full SHA for 2a182cf
packages/action/package.json
@@ -13,6 +13,6 @@
13
"@vercel/ncc": "0.38.4"
14
},
15
"scripts": {
16
- "build": "ncc build --external canvas --external gifsicle --out dist ./index.ts"
+ "build": "bun build ./index.ts --target node --compile --external canvas --external gifsicle --splitting"
17
}
18
0 commit comments