Skip to content

Commit 8966314

Browse files
committed
🏗️
1 parent 63c3111 commit 8966314

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

bun.lock

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/action/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
"@actions/core": "1.11.1",
66
"generate-snake-animation": "1.0.0"
77
},
8-
"devDependencies": {
9-
"@vercel/ncc": "0.38.4"
10-
},
118
"scripts": {
12-
"build": "ncc build --external canvas --external gifsicle --out dist ./index.ts"
9+
"build": "bun build ./index.ts --outfile=dist/index.js --target=node --external=canvas --external=gifsicle && echo '{\"type\":\"module\"}' > dist/package.json"
1310
}
1411
}

0 commit comments

Comments
 (0)