@redocly/graphql-docs

v0.6.3
Redocly GraphQL docs
Redocly GraphQL API Docs

test

jest

build

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

clean

rm -rf lib

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

test:update

jest -u

build:minify

esbuild-minify-dir lib --cjs

test:coverage

jest --coverage

test:coverage:html

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

Metadata

Downloads