Skip to content

Commit

Permalink
Use @vercel/ncc to package
Browse files Browse the repository at this point in the history
  • Loading branch information
NerdyTechy committed Jan 4, 2023
1 parent d135165 commit ecde1a4
Show file tree
Hide file tree
Showing 6 changed files with 17,484 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ typings/

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ inputs:
default: "/test1 /test2"
runs:
using: 'node18'
main: 'index.js'
main: 'dist/index.js'
Loading

0 comments on commit ecde1a4

Please sign in to comment.