nexus

v0.22.0-next.23
- **Website** https://nexusjs.org - **Twitter** https://twitter.com/nexusgql - **Issues** https://github.com/graphql-nexus/nexus/issues - **Discussions** https://github.com/graphql-nexus/nexus/discussions - **Changelog** https://github.com/graphql-nexus/n

dev:docs

docsify serve docs

docs:dev

docsify serve docs

docs:readme:build

doctoc README.md --notitle --maxlevel 3

docs:deploy

now --prod

release:stable

dripip stable

release:preview

dripip preview

release:pr

dripip pr

format

prettier --write '.'

build

yarn -s clean && node scripts/build-module-facades && tsc --project tsconfig.cjs.json && tsc --project tsconfig.esm.json

clean

git clean -fX && rm -rf dist*

postpublish

yarn -s clean

postinstall

node scripts/postinstall

prepublishOnly

yarn -s build

test

LOG_PRETTY=true DEBUG=true jest --verbose --testTimeout 360000

test:unit

yarn -s test src

dev:test

yarn -s test --watch src

dev

yarn -s clean && node scripts/build-module-facades && tsc -b tsconfig.cjs.json -w

Metadata

  • MIT
  • >=10.0.0
  • Prisma Labs
  • released 5/20/2020

Downloads