blockchain-info-components

v0.0.37
A shared UI components library for blockchain.com applications.

ci:test

yarn test --runInBand

clean

cross-env rimraf node_modules && rimraf lib

coverage

cross-env ./../../node_modules/.bin/jest --coverage

deploy-storybook

storybook-to-ghpages

publish

rm -rf lib && npx babel --out-dir lib --ignore spec.js --copy-files src

storybook:build

build-storybook

storybook:serve

start-storybook -p 6006

storybook:deploy

yarn deploy-storybook --existing-output-dir=./storybook-static

test

cross-env ./../../node_modules/.bin/jest --silent

test:build

cross-env rimraf lib && npx babel --out-dir lib --ignore spec.js --copy-files src

test:debug

cross-env node --inspect-brk ./../../node_modules/.bin/jest --runInBand

test:update

cross-env ./../../node_modules/.bin/jest -u

test:watch

cross-env ./../../node_modules/.bin/jest --watchAll
npm i blockchain-info-components

Metadata

Downloads