| name | development-commands |
| description | Commands for running apps, linting, testing, and building in the Trezor Suite monorepo. Use when you need to run, build, or check code quality. |
Development Commands
Running Applications
yarn suite:dev
yarn suite:dev:desktop
yarn suite:dev:vite
Code Quality
yarn format
yarn lint:styles --no-tui
yarn lint:js:fix --no-tui
yarn type-check --no-tui
yarn nx run @package-scope/package-name:type-check
Testing
yarn test:unit
yarn workspace @package-scope/package-name test:unit
Build Commands
yarn build:libs
yarn suite:build:web