Skip to content

Commit

Permalink
refactor: Build app
Browse files Browse the repository at this point in the history
  • Loading branch information
fabidick22 committed Jun 14, 2022
1 parent 74a7c2b commit 3b758c7
Show file tree
Hide file tree
Showing 5 changed files with 8,922 additions and 4 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 @@ inputs:
required: true
runs:
using: 'node16'
main: 'index.js'
main: 'dist/index.js'
Loading

0 comments on commit 3b758c7

Please sign in to comment.