@contentful/field-editor-checkbox
This package contains a React CheckboxEditor
component and an extension that is used as a default for the Symbol / List
field type in the Contentful web application.
Commands
Uses tsdx
- a zero-config CLI that helps you develop, test, and publish modern TypeScript packages with ease.
yarn watch
Runs the project in development/watch mode. Your library will be rebuilt if you make edits.
yarn build
Bundles the package to the dist
folder.
The package is optimized and bundled with Rollup into multiple formats (CommonJS, UMD, and ES Module).
yarn test
Runs the test watcher (Jest) in an interactive mode.
By default, runs tests related to files changed since the last commit.
For more information check tsdx
documentation out.