@prismicio/client

v7.11.0
The official JavaScript + TypeScript client library for Prismic
typescript client helpers types utils toolbox cms prismic prismic.io and 1 more...

build

vite build

dev

vite build --watch

format

prettier --write .

prepare

npm run build

release

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

release:dry

standard-version --dry-run

release:alpha

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

release:alpha:dry

standard-version --release-as minor --prerelease alpha --dry-run

lint

eslint --ext .js,.ts .

types

tsc --noEmit

unit

vitest run --coverage

unit:watch

vitest watch

size

size-limit

test

npm run lint && npm run types && npm run unit && npm run build && npm run size
npm i @prismicio/client

Metadata

Downloads