Skip to content

Commit fa3106b

Browse files
committed
use ncc to build single file dist
Rather than including node_modules in the repository, build a single file containing everything needed using @vercel/ncc. The file can be rebuilt using npm run build.
1 parent 32eec71 commit fa3106b

File tree

4 files changed

+33275
-2
lines changed

4 files changed

+33275
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ inputs:
4444

4545
runs:
4646
using: "node16"
47-
main: "index.js"
47+
main: "dist/index.js"

0 commit comments

Comments
 (0)