Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kucherenko authored May 26, 2024
1 parent b1479d9 commit d0c03e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,11 @@ In case of deep customisation of detection process you can build your own tool w

- Fork the repo [kucherenko/jscpd](https://github.com/kucherenko/jscpd/)
- Clone forked version (`git clone https://github.com/{your-id}/jscpd`)
- Install dependencies (`yarn install`)
- Install dependencies (`pnpm install`)
- Run the project in dev mode: `pnpm dev` (watch changes and rebuild the packages)
- Add your changes
- Add tests and check it with `yarn test`
- Add tests and check it with `pnpm test`
- Build your project `pnpm build`
- Create PR

## Who uses jscpd
Expand Down

0 comments on commit d0c03e9

Please sign in to comment.