From c1aed04a9c12e62c53995954ea003c78f4d92919 Mon Sep 17 00:00:00 2001 From: johnborges Date: Fri, 15 Dec 2023 19:04:10 -0500 Subject: [PATCH] build: force concurrency for android --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b2b1855..929fcb1 100644 --- a/package.json +++ b/package.json @@ -8,12 +8,12 @@ ], "private": true, "scripts": { - "fmt": "lerna run fmt --ignore example", + "fmt": "lerna run fmt --ignore example", "lint": "lerna run lint --ignore example", "build": "lerna run build --ignore example", "verify": "lerna run verify --ignore example", "verify:ios": "lerna run verify:ios --ignore example", - "verify:android": "lerna run verify:android --ignore example" + "verify:android": "lerna run verify:android --concurrency=1 --ignore example" }, "devDependencies": { "lerna": "^8.0.0"