Skip to content

Commit

Permalink
Update executor.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
arkad-cm committed Jan 28, 2024
1 parent 0d194cc commit f60132f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx-electron/src/executors/build/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export function executor(
)
.forEach(
(entry) =>
(config.entry[parse(entry.name).name] = join(
(config.entry[parse(entry.name).name] = resolve(
preloadFilesDirectory,
entry.name
))
Expand Down

0 comments on commit f60132f

Please sign in to comment.