@redocly/graphql-docs

v0.7.0
Redocly GraphQL docs
Redocly GraphQL API Docs

start

cd playground && npm start

test

jest

test:update

jest -u

test:watch

jest --watch

test:coverage

jest --coverage

test:coverage:html

jest --coverage --coverageReporters html

ts:check

tsc --noEmit --skipLibCheck

watch

tsc -p tsconfig.build.json && (concurrently "tsc -w -p tsconfig.build.json" "tsc-alias -w -p tsconfig.build.json")

compile

tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json

compile-esm

tsc -p tsconfig.esm.json && tsc-alias -p tsconfig.esm.json

clean

rimraf lib lib-esm

build:minify

esbuild-minify-dir lib --cjs

build:minify-esm

esbuild-minify-dir lib-esm

build

npm run clean && npm run compile && npm run compile-esm && npm run build:minify && npm run build:minify-esm
npm i @redocly/graphql-docs

Metadata

Downloads