$ git clone [email protected]:graphcool/prisma.git
$ cd prisma/cli
$ ./scripts/build.sh
$ node dist/index.js
To understand the current dependencies setup of Prisma, please have a look at ARCHITECTURE.md
You might need to set the environment variable GRAPHCOOL_CLI_CLEAR_CACHE
to some value to prevent overeager caching of your code.
To recreate jest snapshots:
cd packages/prisma-cli-core
yarn test -- -u