Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov authored Jul 2, 2020
1 parent 952734b commit b38d1be
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,13 @@ It's convenient to link `@cubejs-backend/server-core` into your project for manu
Cube.js uses `yarn` as package manager instead of `npm`.
In order to link `@cubejs-backend/server-core`:

1. Install yarn: `npm install -g yarn`.
2. Link server-core package: `yarn link` inside `packages/cubejs-server-core`.
3. Link all drivers and dependent packages where you make changes in `packages/cubejs-server-core`.
4. Run `yarn build` in `packages/cubejs-playground`.
5. Install dependencies in all linked packages using `yarn`.
1. Create new project using `cubejs create` or use existing one.
2. Install yarn: `npm install -g yarn`.
3. Link server-core package: `yarn link` inside `packages/cubejs-server-core`.
4. Link all drivers and dependent packages where you make changes in `packages/cubejs-server-core`.
5. Run `yarn build` in `packages/cubejs-playground`.
6. Install dependencies in all linked packages using `yarn`.
7. Run `yarn link @cubejs-backend/server-core` in your project directory.

### Client Packages

Expand Down

0 comments on commit b38d1be

Please sign in to comment.