Skip to content

Commit ddcd6d7

Browse files
committed
Build using @vercel/ncc
1 parent 160b901 commit ddcd6d7

File tree

5 files changed

+27644
-4
lines changed

5 files changed

+27644
-4
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ Thumbs.db
2929
.vscode/
3030
.idea/
3131
*.swp
32+
33+
# Dist directory
34+
dist/
35+
!dist/index.js

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ inputs:
1717
required: true
1818
runs:
1919
using: "node20"
20-
main: "entrypoint.js"
20+
main: "dist/index.js"
2121
branding:
2222
color: "blue"
2323
icon: "globe"

0 commit comments

Comments
 (0)