nexus-prisma

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

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 --exec 'yalc push --no-scripts && chmod +x /Users/jasonkuhrt/projects/prisma/cloud/node_modules/.bin/nexus-prisma-2' --watch 'dist/**/*'

build

yarn clean && tsc

test

jest

tdd

jest --watch

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 3/3/2021

Downloads