Skip to content

Commit 7ff1538

Browse files
committed
docs: Update contributing instructions
1 parent 8ff3fb1 commit 7ff1538

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This steps will help you to set up your development environment.
88

99
1. Clone the git repository: `git clone git@github.com:preactjs/prefresh.git`
1010
2. Go into the cloned folder: `cd prefresh/`
11-
3. Install all dependencies: `yarn`
11+
3. Install all dependencies: `pnpm`
1212

1313
All linting will be done in pre-commit hooks and we're using eslint + prettier for that.
1414

@@ -17,7 +17,7 @@ All linting will be done in pre-commit hooks and we're using eslint + prettier f
1717
This project uses [changesets](https://github.com/atlassian/changesets). This means that for
1818
every PR there must be documentation for what has been changed and which package is affected.
1919

20-
You can document a change by running `yarn changeset` in the root, which will ask you which packages
20+
You can document a change by running `pnpm changeset` in the root, which will ask you which packages
2121
have changed and whether the change is major/minor/patch. It will then ask you to write a change entry as markdown.
2222

2323
[Read more about adding a `changeset` here.](https://github.com/atlassian/changesets/blob/master/docs/adding-a-changeset.md#i-am-in-a-multi-package-repository-a-mono-repo)
@@ -27,4 +27,4 @@ have changed and whether the change is major/minor/patch. It will then ask you t
2727
Running a fixture locally can be somewhat of a pain as the paths in the `package.json`
2828
are meant for it being hoisted one level higher, the process we use to test locally is
2929
to adjust the local paths like `file:../../packages/core` to `file:../../../packages/core`
30-
and then run `yarn`, this will enable you to run this fixture locally.
30+
and then run `pnpm`, this will enable you to run this fixture locally.

0 commit comments

Comments
 (0)