nexus

v0.20.0-next.25
- **Website** https://nexusjs.org - **Discussions** https://github.com/graphql-nexus/nexus/discussions - **Issues** https://github.com/graphql-nexus/nexus/issues

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 '*/**/*.ts'

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

jest --verbose --testTimeout 360000

test:unit

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

test:e2e

LOG_PRETTY=true DEBUG=true jest --verbose --testTimeout 360000 test/e2e

test:system

LOG_PRETTY=true LINK=true DEBUG=true jest --verbose --testTimeout 360000 test/system

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/8/2020

Downloads