Skip to content

Commit aa2edef

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
andcommitted
build: update concurrency to 100% for test:ci and build:ci
Co-Authored-By: Jayant Krishnamurthy <[email protected]>
1 parent 1c3f82c commit aa2edef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"pnpm": "^9.15.3"
88
},
99
"scripts": {
10-
"build:ci": "turbo build --concurrency=4 --filter=!./apps/api-reference --filter=!./apps/insights --filter=!./apps/staking",
10+
"build:ci": "turbo build --concurrency=100% --filter=!./apps/api-reference --filter=!./apps/insights --filter=!./apps/staking",
1111
"example:hermes-client": "pnpm i && turbo example --filter @pythnetwork/hermes-client --ui stream",
1212
"fix": "pnpm i && turbo fix",
1313
"publish": "lerna publish from-package --no-private --no-git-tag-version --yes",
1414
"start:dev": "pnpm i && turbo start:dev",
1515
"start:prod": "pnpm i && turbo start:prod",
1616
"test": "pnpm i && turbo test",
17-
"test:ci": "turbo test --concurrency=4"
17+
"test:ci": "turbo test --concurrency=100%"
1818
},
1919
"devDependencies": {
2020
"lerna": "^8.1.8",

0 commit comments

Comments
 (0)