Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#3114)
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Ferreira <[email protected]>
  • Loading branch information
apedroferreira authored Feb 21, 2024
1 parent 3db7a27 commit 591952b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ pnpm install
1. Replace `<your-local-toolpad-monorepo>` with the path to the toolpad monorepo on your file system. Make sure to keep `portal:`.
1. In order to use `portal:` dependencies, we will need to use pnpm 2. So start by running
1. In order to use `portal:` dependencies, we will need to use yarn 2. So start by running
```bash
pnpm set version berry
yarn set version berry
```
and add to the `.pnpmrc.yml`:
and add to the `.yarnrc.yml`:
```yaml
nodeLinker: node-modules
Expand All @@ -125,13 +125,13 @@ pnpm install
1. then run
```bash
pnpm install
yarn install
```
1. Run start toolpad in dev mode:
```bash
pnpm dev
yarn dev
```
</details>
Expand Down

0 comments on commit 591952b

Please sign in to comment.