Skip to content

Commit

Permalink
ci: fix wrong script name
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Feb 14, 2025
1 parent 1ed63e5 commit c2854c6
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 @@ -54,7 +54,7 @@
"pre:lld": "pnpm turbo pre-build --filter=ledger-live-desktop",
"nightly": "pnpm turbo nightly",
"nightly:lld": "pnpm turbo nightly --filter=ledger-live-desktop",
"test:llm:ios:e2e": "pnpm turbo e2e:test-with-turbo --filter=live-mobile",
"test:llm:ios:e2e": "pnpm turbo e2e:test:ios --filter=live-mobile",
"test": "pnpm turbo test --concurrency=25%",
"run:cli": "./apps/cli/bin/index.js",
"lint": "pnpm turbo lint",
Expand Down

0 comments on commit c2854c6

Please sign in to comment.