nexus-prisma

v0.32.1-next.1
[![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

yarn -s clean && tsc --build --watch tsconfig.cjs.json tsconfig.esm.json

dev:ts

yarn dev

dev:yalc

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

build

yarn clean && tsc --build tsconfig.cjs.json tsconfig.esm.json

test

cross-env NO_COLOR=true DEBUG=e2e jest

test:e2e

cross-env NO_COLOR=true DEBUG=e2e jest --selectProjects e2e

test:unit

cross-env NO_COLOR=true jest --selectProjects unit

test:ci

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

tdd

jest --selectProjects unit --watch

tdd:e2e:debug

cross-env test_project_reuse=true jest --selectProjects e2e --watch

clean

rm -rf dist-cjs dist-esm node_modules/.cache

release:pr

dripip pr

release:canary

dripip preview

release:stable

dripip stable

prepublishOnly

yarn build

Metadata

  • MIT
  • Whatever
  • Jason Kuhrt
  • released 8/30/2021

Downloads