Skip to content

Commit

Permalink
remove yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
bolchowka committed Jun 29, 2024
1 parent fd157ea commit 85357f1
Show file tree
Hide file tree
Showing 3 changed files with 17,665 additions and 6,520 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ We track public bugs in [GitHub Issues](https://github.com/livechat/products-sdk

## Development Workflow

- Install the dependecies using `npm` or `yarn`. This will also bootstrap a monorepo installing dependencies inside each package and linking them together.
- Install the dependecies using `npm`. This will also bootstrap a monorepo installing dependencies inside each package and linking them together.

- Build the libraries using `npm build` or `yarn build` at the top level or inside single package.
- Build the libraries using `npm build` at the top level or inside single package.

## Versioning

Expand Down
Loading

0 comments on commit 85357f1

Please sign in to comment.