Remove mention of yarn on several files

This commit is contained in:
Andrey Antukh
2026-01-13 10:26:43 +01:00
parent dc44156b53
commit 6470db8d5f
12 changed files with 34 additions and 28980 deletions

View File

@@ -120,17 +120,12 @@ them on your system, you can run them with:
```bash
# Check formatting
yarn fmt:clj:check
./scripts/fmt
# Check and fix formatting
yarn fmt:clj
# Run the linter
yarn lint:clj
# Lint
./scripts/lint
```
There are more choices in `package.json`.
Ideally, you should run these commands as git pre-commit hooks. A convenient way
of defining them is to use [Husky](https://typicode.github.io/husky/#/).