Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 528 Bytes

File metadata and controls

11 lines (9 loc) · 528 Bytes
name common-issues
description Known issues and their solutions in the Trezor Suite monorepo. Use when encountering build failures, test failures, or environment problems.

Common Issues

  • Playwright failures: Use yarn --mode=skip-build during installation
  • Network timeouts: Retry commands; common in restricted environments
  • Build failures: Run yarn build:libs after dependency changes
  • Type errors: Use the narrowest available TypeScript check; reserve broader checks for final validation