serto-ui

v0.4.3
UI components for the decentralized identity ecosystem

lint

eslint . --ext .ts,.tsx

test

react-scripts test

build

npm run clean && tsc --noEmit false --module CommonJS

clean

rimraf dist/

eject

react-scripts eject

watch

tsc -w --noEmit false --module CommonJS

test-ci

react-scripts test --coverage=true

lint:fix

eslint . --ext .ts,.tsx --fix

prettier

prettier --config .prettierrc.yaml --write --list-different "./**/*.{ts,tsx,json,md}"

storybook

start-storybook -p 9009 -s public

server:build

react-scripts build

server:start

react-scripts start

prettier:lint

prettier --config .prettierrc.yaml --list-different './**/*.{ts,tsx,json,md}'

prepublishOnly

npm run build

build-storybook

build-storybook -s public

install-peer-deps

install-peers -f

publish-if-new-version

if [ "$(npm view serto-ui@$npm_package_version)" ]; then echo "Version $npm_package_version already published"; else npm publish; fi

dev-upgrade-vc-schema-tools

yarn unlink vc-schema-tools && yarn upgrade --latest vc-schema-tools && yarn link vc-schema-tools
npm i serto-ui

Metadata

Downloads