@sumup/design-tokens

v1.0.0-alpha.5
Visual primitives such as typography, color, and spacing that are shared across platforms.

lint

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

test

jest --watch

build

yarn build:es && yarn build:cjs

start

tsc --watch

lint:ci

yarn lint --format junit -o __reports__/eslint-results.xml

release

foundry run semantic-release

test:ci

jest --ci --json --runInBand --coverage --outputFile=__reports__/jest-results.json

build:es

tsc

lint:fix

yarn lint --fix

build:cjs

tsc --module commonjs --outDir './dist/cjs'

prerelease

yarn build
npm i @sumup/[email protected]

Metadata

Downloads