@interchain-ui/react

v1.25.5
UI building blocks for Interchain builders

dev

parcel watch

build

parcel build

build:dev

NODE_ENV=development parcel build --no-cache

build:analyze

parcel build --detailed-report --reporter @parcel/reporter-bundle-analyzer

clean

rimraf ./dist

lint

tsc --noEmit

attw

attw --pack

ci

pn run lint && pn run build

storybook

storybook dev -p 6006

build-storybook

storybook build

sb

storybook dev -p 6006

sb:build

storybook build

sb:postbuild

npm run sb:seo

sb:seo

node ./storybook-seo/seo.js

sb:deploy

AWS_PROFILE=webinc aws s3 sync storybook-static/ s3://storybook.cosmology.zone

sb:invalidate

AWS_PROFILE=webinc aws cloudfront create-invalidation --distribution-id E30W90TP7JYGCN --paths "/*"

sb:deploy:all

npm run build-storybook && npm run sb:postbuild && npm run sb:deploy && ./storybook-seo/prepare.sh && npm run sb:invalidate
npm i @interchain-ui/react

Metadata

Downloads