nexus-prisma

v0.30.0-next.4
[![trunk](https://github.com/prisma/nexus-prisma/actions/workflows/trunk.yml/badge.svg)](https://github.com/prisma/nexus-prisma/actions/workflows/trunk.yml)

reflect:toc

markdown-toc README.md -i --maxdepth 4 && prettier --write README.md

format

prettier --write .

format:check

prettier --check .

lint

eslint . --ext .ts,.tsx --fix

lint:check

eslint . --ext .ts,.tsx --max-warnings 0

dev

tsc --build --watch

dev:ts

yarn dev

dev:yalc

nodemon --delay 1.5 --exec 'yalc push --no-scripts' --watch 'dist/**/*'

build:module-facades

ts-node scripts/build-module-facades

build

yarn clean && yarn build:module-facades && tsc

test

cross-env DEBUG=e2e jest

test:ci

cross-env DEBUG='e2e' jest --coverage --forceExit --runInBand

tdd

jest --watch

tdd:e2e:debug

cross-env test_project_reuse=true jest --watch e2e

clean

rm -rf dist && rm -rf node_modules/.cache

release:pr

dripip pr

release:canary

dripip preview

release:stable

dripip stable

prepublishOnly

yarn build

Metadata

  • MIT
  • Whatever
  • Jason Kuhrt
  • released 7/28/2021

Downloads