Skip to content

Commit

Permalink
use @vercel/ncc to build dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliimelnychuk committed Dec 28, 2020
1 parent ff2f288 commit c0753d5
Show file tree
Hide file tree
Showing 6 changed files with 6,524 additions and 3 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 @@ -10,4 +10,4 @@ outputs:
description: 'The time we greeted you'
runs:
using: 'node12'
main: 'index.js'
main: 'dist/index.js'
Loading

0 comments on commit c0753d5

Please sign in to comment.