nexus

v0.21.0-next.10
- **Website** https://nexusjs.org - **Issues** https://github.com/graphql-nexus/nexus/issues - **Discussions** https://github.com/graphql-nexus/nexus/discussions - **Changelog** https://github.com/graphql-nexus/nexus/releases ([canary](https://github.com/

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 -b

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

jest --verbose --testRegex '.+/src/.+\.spec\.ts$'

dev:test

jest --watch --testRegex '.+/src/.+\.spec\.ts$'

dev

yarn -s clean && node scripts/build-module-facades && tsc -b -w

Metadata

  • MIT
  • >=8.0.0
  • Prisma Labs
  • released 4/27/2020

Downloads