Skip to content

Commit

Permalink
change from yarn to pnpm (#2686)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Ridgewell <justin@ridgewell.name>
  • Loading branch information
nus3 and jridgewell authored Nov 14, 2022
1 parent dcd7844 commit f1111df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Run via:
cargo nextest run
```

For the test cases you need to run `yarn` to install some node_modules. See [Troubleshooting][] for solutions to common problems.
For the test cases you need to run `pnpm install` to install some node_modules. See [Troubleshooting][] for solutions to common problems.

You can also create a little demo app and run

Expand Down

0 comments on commit f1111df

Please sign in to comment.