@prismicio/custom-types-client

v2.1.0
JavaScript client to interact with the Prismic Custom Types API
typescript prismic

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 --prerelease alpha && git push --follow-tags && npm run build && npm publish --tag alpha

release:alpha:dry

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

Metadata

Downloads