Skip to content

Commit 3b758c7

Browse files
committed
refactor: Build app
1 parent 74a7c2b commit 3b758c7

File tree

5 files changed

+8922
-4
lines changed

5 files changed

+8922
-4
lines changed

.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
@@ -10,4 +10,4 @@ inputs:
1010
required: true
1111
runs:
1212
using: 'node16'
13-
main: 'index.js'
13+
main: 'dist/index.js'

0 commit comments

Comments
 (0)