Skip to content

Commit

Permalink
Merge branch 'main' into renovate/node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Apr 12, 2024
2 parents ed0a55a + 113f4c4 commit 18ca5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const fileFilter = (filters: FileFilter[]): string[] => {
output,
exclude: excludeGlobs,
command: [
'{{caxa}}/node_modules/.bin/node',
`{{caxa}}/node_modules/.bin/node${process.platform === 'win32' ? '.exe' : ''}`,
'{{caxa}}/dist/index.js',
],
});
Expand Down

0 comments on commit 18ca5ab

Please sign in to comment.