mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
Fix lint issue
This commit is contained in:
parent
26f97aa351
commit
f1f2a34d47
@ -181,7 +181,7 @@ async function execPkg(...args: any[]) {
|
|||||||
*/
|
*/
|
||||||
async function buildPkg() {
|
async function buildPkg() {
|
||||||
// https://github.com/vercel/pkg#targets
|
// https://github.com/vercel/pkg#targets
|
||||||
let targets = `linux-x64,linux-arm64`
|
let targets = `linux-x64,linux-arm64`;
|
||||||
if (process.platform === 'darwin') {
|
if (process.platform === 'darwin') {
|
||||||
targets = `macos-x64,macos-arm64`;
|
targets = `macos-x64,macos-arm64`;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user