@nestjs/graphql

v7.0.0-next.1
Nest - modern, fast, powerful node.js web framework (@graphql)

lint

eslint 'lib/**/*.ts' --fix

build

tsc -p tsconfig.json

format

prettier **/**/*.ts --ignore-path ./.prettierignore --write

release

release-it

prebuild

rimraf dist

prerelease

npm run build

publish:npm

npm publish --access public

publish:next

npm publish --access public --tag next

prepublish:npm

npm run build

prepublish:next

npm run build

test:integration

jest --config ./tests/jest-e2e.json --runInBand
npm i @nestjs/[email protected]

Metadata

  • MIT
  • Whatever
  • Kamil Mysliwiec
  • released 2/29/2020

Downloads