mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
13 lines
395 B
Plaintext
13 lines
395 B
Plaintext
---
|
|
alwaysApply: true
|
|
---
|
|
|
|
When running yarn commands - always run them in the root directory. Do not run them in child workspaces.
|
|
|
|
The following commands can be useful:
|
|
|
|
- `yarn typecheck` to run typechecker
|
|
- `yarn lint` to run the code linter and formatter
|
|
- `yarn lint:fix` to fix some of the code lint issues (running this is preferred over `yarn lint`)
|
|
- `yarn test` to run all the tests
|