Fix lint issue

This commit is contained in:
dfunckt 2023-11-30 11:59:29 +02:00 committed by GitHub
parent 26f97aa351
commit f1f2a34d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`;
}