com um clique
rebuild-to-fix-lib-import-errors
// When typecheck finds an error importing from a lib in the monorepo, rebuild the lib
// When typecheck finds an error importing from a lib in the monorepo, rebuild the lib
Add E2E tests for new coins or update existing Playwright tests for ledger-live-desktop. Use when the user wants to add send/receive e2e tests for a new cryptocurrency, update test configurations, or work with Speculos device simulator.
Official Ledger wallet-cli — USB-based CLI for Ledger hardware wallet flows (account discover, receive, balances, operations, send) built on the Device Management Kit (DMK)
Create a pull request with proper description, changeset, and all required elements
Interactive setup wizard for running desktop E2E (Playwright + Speculos) tests locally
Interactive setup wizard for running mobile E2E (Detox) tests locally
Guided feature development with codebase understanding and architecture focus
| name | rebuild-to-fix-lib-import-errors |
| description | When typecheck finds an error importing from a lib in the monorepo, rebuild the lib |
When typecheck finds an error importing from a lib in the monorepo rebuild the lib using the command below:
pnpm turbo build --filter=@ledgerhq/name_of_lib_here
live-countervalues-react has been updated and the import in live-common is erroringWe run typecheck and get the following error:
src/currencies/hooks.ts:1:10 - error TS2305: Module '"@ledgerhq/live-countervalues-react"' has no exported member 'useMarketcapIds'. 1 import { useMarketcapIds } from "@ledgerhq/live-countervalues-react";
We need to rebuild @ledgerhq/live-countervalues-react
pnpm turbo build --filter=@ledgerhq/live-countervalues-react