@expat/xeno

v0.1.0
- Make sure you use MUI v5. We don't support MUI v4 and the two cannot be running simultaneously unfortunately. - Make sure to install all peerDependencies, we actually need them 🕵️‍♀️ - We are using the ResizeObserver. Make sure, to have a polyfill or m

build

VERSION="$(git rev-parse --short HEAD)" vite build src/ && tsc --emitDeclarationOnly

build:watch

VERSION="$(git rev-parse --short HEAD)" vite build --watch src/

start

start-storybook -p 6006

build-storybook

build-storybook -o build

lint

eslint --max-warnings 0 -c .eslintrc.json './src/**/*.ts{,x}'

lint:ci

eslint-output --max-warnings 0

lint:fix

eslint --cache --fix --max-warnings 0 -c .eslintrc.json './src/**/*.ts{,x}'

lint:staged

eslint --cache --fix --max-warnings 0 -c .eslintrc.json

lint:types

tsc --project tsconfig.lint.json

prepare

husky install

test

jest

test:ci

jest --ci --max-workers=14 --reporters=default --reporters=jest-junit --coverage
npm i @expat/[email protected]

Metadata

Downloads

Maintainers