Skip to content

Commit e04dd22

Browse files
committed
chore: update readme to say turbo should be run with pnpm turbo
1 parent 8a05757 commit e04dd22

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ If you don't use nix at all, then install the required system packages:
9898
`package.json`; you can experiment with
9999
[corepack](https://nodejs.org/api/corepack.html) to manage your pnpm version
100100
for you.
101-
- [turbo](https://turbo.build/repo/docs/getting-started/installation)
102101

103102
#### Common tasks
104103

@@ -109,13 +108,13 @@ and will only re-run as necessary. For any of the following tasks, you can pass
109108
[any valid `turbo run` option](https://turbo.build/repo/docs/reference/run)
110109
after `--`, for instance you could run `pnpm test -- --concurrency 2`.
111110

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
113112
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.
119118

120119
#### Building a new package
121120

0 commit comments

Comments
 (0)