Skip to content

Commit

Permalink
cleanup(misc): remove redundant return in esbuild.impl.ts (#27632)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alonmizra authored and FrozenPandaz committed Oct 1, 2024
1 parent 453b387 commit bd701e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pnpm check-lock-files
pnpm check-commit
pnpm documentation
pretty-quick --check
pnpm pretty-quick --check
1 change: 0 additions & 1 deletion packages/esbuild/src/executors/esbuild/esbuild.impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export async function* esbuildExecutor(
});
}
return acc;
return acc;
}, []);

if (!options.thirdParty) {
Expand Down

0 comments on commit bd701e7

Please sign in to comment.