Skip to content

Commit

Permalink
fix: increase memory for test libraries job
Browse files Browse the repository at this point in the history
  • Loading branch information
KVNLS committed May 20, 2024
1 parent 1e9ea26 commit 5e69111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"pre:lld": "pnpm turbo pre-build --no-daemon --filter=ledger-live-desktop",
"nightly": "pnpm turbo nightly --no-daemon",
"nightly:lld": "pnpm turbo nightly --no-daemon --filter=ledger-live-desktop",
"test": "pnpm turbo test --no-daemon --concurrency=100%",
"test": "pnpm turbo test --no-daemon --concurrency=50%",
"run:cli": "./apps/cli/bin/index.js",
"lint": "pnpm turbo lint --no-daemon",
"lint:fix": "pnpm turbo lint:fix --no-daemon",
Expand Down

0 comments on commit 5e69111

Please sign in to comment.