Skip to content

Commit ecde1a4

Browse files
committed
Use @vercel/ncc to package
1 parent d135165 commit ecde1a4

6 files changed

Lines changed: 17484 additions & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ typings/
8080

8181
# Nuxt.js build / generate output
8282
.nuxt
83-
dist
8483

8584
# Gatsby files
8685
.cache/

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ inputs:
1515
default: "/test1 /test2"
1616
runs:
1717
using: 'node18'
18-
main: 'index.js'
18+
main: 'dist/index.js'

0 commit comments

Comments
 (0)