@@ -98,7 +98,6 @@ If you don't use nix at all, then install the required system packages:
98
98
` package.json ` ; you can experiment with
99
99
[ corepack] ( https://nodejs.org/api/corepack.html ) to manage your pnpm version
100
100
for you.
101
- - [ turbo] ( https://turbo.build/repo/docs/getting-started/installation )
102
101
103
102
#### Common tasks
104
103
@@ -109,13 +108,13 @@ and will only re-run as necessary. For any of the following tasks, you can pass
109
108
[ any valid ` turbo run ` option] ( https://turbo.build/repo/docs/reference/run )
110
109
after ` -- ` , for instance you could run ` pnpm test -- --concurrency 2 ` .
111
110
112
- - ` pnpm test ` : Run all unit tests, integration tests, linting, and format
111
+ - ` pnpm turbo test ` : Run all unit tests, integration tests, linting, and format
113
112
checks, as well as whatever other code checks any packages support.
114
- - ` pnpm fix ` : Run auto fixes, including reformatting code and auto-fixing lint
115
- rules where possible.
116
- - ` pnpm start:dev ` : Start all development servers in parallel.
117
- - ` pnpm start:prod ` : Run production builds and start production mode servers in
118
- parallel.
113
+ - ` pnpm turbo fix ` : Run auto fixes, including reformatting code and auto-fixing
114
+ lint rules where possible.
115
+ - ` pnpm turbo start:dev ` : Start all development servers in parallel.
116
+ - ` pnpm turbo start:prod ` : Run production builds and start production mode
117
+ servers in parallel.
119
118
120
119
#### Building a new package
121
120
0 commit comments