@sumup/circuit-ui

v5.2.3
SumUp's React UI component library

lint

foundry run eslint . --ext .js,.jsx,.ts,.tsx

test

jest --watch

build

tsc && tsc --project tsconfig.cjs.json && yarn build:executable

clean

rm -rf ./dist

start

tsc --watch

lint:fix

yarn lint --fix

build:executable

chmod +x ./dist/cjs/cli/index.js
npm i @sumup/[email protected]

Metadata

Downloads