Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dfunckt authored Nov 30, 2023
1 parent 26f97aa commit f1f2a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/build-bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ async function execPkg(...args: any[]) {
*/
async function buildPkg() {
// https://github.com/vercel/pkg#targets
let targets = `linux-x64,linux-arm64`
let targets = `linux-x64,linux-arm64`;
if (process.platform === 'darwin') {
targets = `macos-x64,macos-arm64`;
}
Expand Down

0 comments on commit f1f2a34

Please sign in to comment.