Skip to content

Commit

Permalink
build: force concurrency for android
Browse files Browse the repository at this point in the history
  • Loading branch information
johnborges committed Dec 16, 2023
1 parent 31d3de5 commit c1aed04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c1aed04

Please sign in to comment.