@prismicio/client

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

dev

vite build --watch

lint

eslint --ext .js,.ts .

size

size-limit

test

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

unit

vitest run --coverage

build

vite build

types

tsc --noEmit

format

prettier --write .

prepare

npm run build

release

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

unit:watch

vitest watch

release:dry

standard-version --dry-run

release:alpha

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

release:alpha:dry

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

Metadata

Downloads