Skip to content

Commit

Permalink
the executable path should be bin/eslint (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour authored Nov 5, 2020
1 parent 6ec619f commit dc062cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ function installOnUnix(name: string): void {
// Yarn 2. Normal package managers can just run the binary directly for
// maximum speed.
if (isYarnBerryOrNewer()) {
installWithWrapper(name, "esbuild");
installWithWrapper(name, "bin/esbuild");
} else {
installDirectly(name);
}
Expand Down

0 comments on commit dc062cb

Please sign in to comment.