Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 41231ad

Browse files
committed
update readme
1 parent cc4fe29 commit 41231ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This project is a monorepo managed using [Yarn workspaces](https://yarnpkg.com/f
1414
To get started with the project, run `yarn` in the root directory to install the required dependencies for each package:
1515

1616
```sh
17-
yarn
17+
yarn && yarn patch-dev
1818
```
1919

2020
> Since the project relies on Yarn workspaces, you cannot use [`npm`](https://github.com/npm/cli) for development.
@@ -145,7 +145,6 @@ The `package.json` file contains various scripts for common tasks:
145145
When you're sending a pull request:
146146

147147
- Prefer small pull requests focused on one change.
148-
- Verify that linters and tests are passing.
149148
- Review the documentation to make sure it looks good.
150149
- Follow the pull request template when opening a pull request.
151150
- For pull requests that change the API or implementation, discuss with maintainers first by opening an issue.

0 commit comments

Comments
 (0)