@contentful/field-editor-shared

v1.8.0
This package contains shared code (components, utilities, test utilities) that is used by all other field editor packages.

watch

yarn concurrently "yarn:watch:*"

watch:cjs

yarn build:cjs -w

watch:esm

yarn build:esm -w

watch:types

yarn build:types --watch

build

yarn build:types && yarn build:cjs && yarn build:esm

build:types

tsc --outDir dist/types --emitDeclarationOnly

build:cjs

swc src --config-file ../../.swcrc -d dist/cjs -C module.type=commonjs

build:esm

swc src --config-file ../../.swcrc -d dist/esm

test

jest --watch

test:ci

jest --ci

tsc

tsc -p ./ --noEmit
npm i @contentful/field-editor-shared

Metadata

  • MIT
  • Whatever
  • Contentful GmbH
  • released 10/10/2024

Downloads