Skip to content

Commit

Permalink
Build output into single js file
Browse files Browse the repository at this point in the history
  • Loading branch information
Larsluph committed Nov 12, 2023
1 parent 4ee1835 commit afe7cb5
Show file tree
Hide file tree
Showing 5 changed files with 30,389 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
Expand All @@ -102,7 +101,7 @@ dist
# public

# vuepress build output
.vuepress/dist
.vuepress/²

# vuepress v2.x temp and cache directory
.temp
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ outputs:
description: 'List of locales exported from project'
runs:
using: node20
main: 'src/index.js'
main: 'dist/index.js'
Loading

0 comments on commit afe7cb5

Please sign in to comment.