nexus

v0.24.3-next.8
- **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

vercel --prod

docs:deploy:preview

vercel

release:stable

dripip stable

release:preview

dripip preview

release:pr

dripip pr

format

prettier --write '.'

build

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

clean

git clean -fX && rm -rf dist* && rm -rf typescript-language-service

postpublish

yarn clean

postinstall

node scripts/postinstall

prepublishOnly

yarn build

test

cross-env FORCE_COLOR=3 LOG_PRETTY=true DEBUG=true jest --verbose --testTimeout 360000 --forceExit

test:unit

yarn test src

dev:test

yarn test --watch src

dev

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

Metadata

  • MIT
  • >=10.0.0
  • Prisma Labs
  • released 6/26/2020

Downloads