Skip to content

Commit

Permalink
fix: attempt to fix esbuild esm/cjs quirck
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar committed Jun 1, 2023
1 parent b1abc83 commit d43e308
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 23,388 deletions.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"package.json",
"packages/*/package.json",
"!packages/*/README.md",
"packages/action/dist/index.js"
"packages/action/dist/index.cjs"
],
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}\n\n[skip ci]"
}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author: Joram van den Boezem
description: Reload moker plugins
runs:
using: node16
main: packages/action/dist/index.js
main: packages/action/dist/index.cjs
branding:
icon: refresh-cw
color: green
Loading

0 comments on commit d43e308

Please sign in to comment.