We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ef9dc commit bf5f157Copy full SHA for bf5f157
1 file changed
README.md
@@ -15,7 +15,7 @@ Enable Corepack (recommended) and the Yarn version used by this repo:
15
16
```bash
17
corepack enable
18
-corepack prepare yarn@stable --activate
+# `packageManager` field in `package.json` ensures the correct Yarn version is used
19
```
20
21
## Quickstart (local)
@@ -31,7 +31,7 @@ yarn start
31
32
- Start dev mode (watch + Fastify): `yarn dev`
33
- Run tests (TypeScript tests run via `tsx`): `yarn test`
34
-- Lint: `yarn lint` (fix: `yarn lint:fix`)
+- Lint and format (auto-fixes): `yarn lint` and `yarn fmt`
35
36
## Automatic API docs
37
0 commit comments