@contentful/field-editor-single-line

v1.3.10
```bash npm install @contentful/field-editor-single-line ```

tsc

tsc -p ./ --noEmit

test

jest --watch

build

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

watch

yarn concurrently "yarn:watch:*"

test:ci

jest --ci

build:cjs

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

build:esm

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

watch:cjs

yarn build:cjs -w

watch:esm

yarn build:esm -w

build:types

tsc --outDir dist/types --emitDeclarationOnly

watch:types

yarn build:types --watch
npm i @contentful/[email protected]

Metadata

  • MIT
  • Whatever
  • Contentful GmbH
  • released 4/22/2024

Downloads