Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Update the cli CONTRIBUTING.md #2338

Merged
merged 1 commit into from
May 4, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions cli/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ $ git clone git@github.com:graphcool/prisma.git
$ cd prisma/cli
$ yarn install
$ cd packages/prisma-yml
$ yarn install
$ cd packages/prisma-cli-engine
$ yarn build
$ yarn install && yarn build
$ cd ../prisma-cli-engine
$ yarn install && yarn build
$ cd ../prisma-db-introspection
$ yarn install && yarn build
$ cd ../prisma-cli-core
$ yarn build
$ yarn install && yarn build
$ cd ../prisma-cli
$ yarn build
$ yarn install && yarn build
$ node dist/index.js
```