@prismicio/client

v6.4.3
The official JavaScript + TypeScript client library for Prismic
prismic prismic.io cms content api typescript

dev

siroc build --watch

lint

eslint --ext .js,.ts .

size

size-limit

test

npm run lint && npm run unit && npm run build && npm run size

unit

nyc --reporter=lcovonly --reporter=text --exclude-after-remap=false ava

build

siroc build

format

prettier --write README.md .eslintrc.cjs ava.config.js package.json tsconfig.json {src,examples,test}/**

prepare

npm run build

release

npm run build && npm run test && standard-version && git push --follow-tags && npm run build && npm publish

release:dry

standard-version --dry-run

release:beta

npm run build && npm run test && standard-version --release-as major --prerelease beta && git push --follow-tags && npm run build && npm publish --tag beta

release:beta:dry

standard-version --release-as major --prerelease beta --dry-run
npm i @prismicio/[email protected]

Metadata

Downloads