Skip to content

Commit

Permalink
examples/basic is using PNPM, not Yarn (vercel#3488)
Browse files Browse the repository at this point in the history
This project example uses PNPM as the package manager, but the README.md
guide uses PNPM at first and Yarn for the rest of the command docs.

Co-authored-by: Mehul Kar <[email protected]>
  • Loading branch information
ImBIOS and mehulkar authored Feb 6, 2023
1 parent 5a13e58 commit 6f38d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To build all apps and packages, run the following command:

```
cd my-turborepo
yarn run build
pnpm build
```

### Develop
Expand All @@ -53,7 +53,7 @@ To develop all apps and packages, run the following command:

```
cd my-turborepo
yarn run dev
pnpm dev
```

### Remote Caching
Expand Down

0 comments on commit 6f38d98

Please sign in to comment.