File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments