@redocly/graphql-docs

v0.6.58
Redocly GraphQL docs
Redocly GraphQL API Docs

test

jest

build

npm run clean && npm run compile && npm run compile-esm && npm run build:minify && npm run build:minify-esm

clean

rimraf lib lib-esm

start

cd playground && npm start

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

ts:check

tsc --noEmit --skipLibCheck

test:watch

jest --watch

compile-esm

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

test:update

jest -u

build:minify

esbuild-minify-dir lib --cjs

test:coverage

jest --coverage

build:minify-esm

esbuild-minify-dir lib-esm

test:coverage:html

jest --coverage --coverageReporters html
npm i @redocly/[email protected]

Metadata

Downloads