Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevoss committed Jul 18, 2024
1 parent 223d12a commit 34ac7cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ function defineActionConfig(action: string) {
entry: [`actions/${action}/index.ts`],
outDir: `actions/${action}/dist`,
format: 'esm',
noExternal: [/.+/],
});
}

0 comments on commit 34ac7cb

Please sign in to comment.