Skip to content

Commit e257209

Browse files
committed
✨use bun to bundle the action
1 parent c17d6b8 commit e257209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@vercel/ncc": "0.38.4"
1414
},
1515
"scripts": {
16-
"build": "ncc build --external canvas --external gifsicle --out dist ./index.ts"
16+
"build": "bun build ./index.ts --target node --outdir dist --external canvas --external gifsicle --splitting"
1717
}
1818
}

0 commit comments

Comments
 (0)