nexus-prisma

v1.0.1
**⚠️ Currently in early preview - _not to be used in Production unless you're willing to live on the bleeding edge and give us feedback, which we would welcome!_** Follow progress [here](https://github.com/graphql-nexus/nexus-plugin-prisma/issues/1039).

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 generate && yarn clean && tsc --build tsconfig.cjs.json tsconfig.esm.json

test

cross-env NO_COLOR=true DEBUG='konn*,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

generate

node scripts/production/postinstall.js

postinstall

node scripts/production/postinstall.js

Metadata

  • MIT
  • Whatever
  • Jason Kuhrt
  • released 1/9/2023

Downloads