@microsoft/omnichannel-chat-components

v0.1.0-main.a7ac5de
Microsoft Omnichannel Chat Components

storybook

start-storybook -p 6006

build-storybook

build-storybook

build

yarn eslint . && yarn build:esm && yarn build:cjs && tsc

test:unit

jest -c jest.config.unit.cjs --env=jsdom --runInBand --force-exit

test:visual

jest -c jest.config.visual.cjs

test:all

yarn test:unit && yarn test:visual

build:cjs

babel ./src --config-file ./babel.config.json --out-dir lib/cjs --extensions .ts,.js,.tsx --ignore ./**/*.test.ts,./**/*.stories.ts,./**/*.stories.tsx,./**/*.test.tsx

build:esm

babel ./src --config-file ./babel.esm.config.json --out-dir lib/esm --extensions .ts,.js,.tsx --ignore ./**/*.test.ts,./**/*.stories.ts,./**/*.stories.tsx,./**/*.test.tsx

verify

yarn install && yarn build-storybook && yarn test:all && yarn build && yarn storybook
npm i @microsoft/[email protected]

Metadata

  • MIT
  • Whatever
  • Microsoft
  • released 11/24/2022

Downloads