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

Latest commit

 

History

History
25 lines (17 loc) · 555 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 555 Bytes

Local Development

$ git clone [email protected]:graphcool/prisma.git
$ cd prisma/cli
$ ./scripts/build.sh
$ node dist/index.js

Dependencies

To understand the current dependencies setup of Prisma, please have a look at ARCHITECTURE.md

Cache

You might need to set the environment variable GRAPHCOOL_CLI_CLEAR_CACHE to some value to prevent overeager caching of your code.

Testing

To recreate jest snapshots:

cd packages/prisma-cli-core
yarn test -- -u