nexus

v0.0.0-pr.830.2.c3fd637
- **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

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
  • >=10.0.0
  • Prisma Labs
  • released 5/8/2020

Downloads