@interchain-ui/react

v1.23.6
UI building blocks for Interchain builders

ci

pn run lint && pn run build

dev

parcel watch

attw

attw --pack

lint

tsc --noEmit

build

parcel build

clean

rimraf ./dist

sb:seo

node ./storybook-seo/seo.js

build:dev

NODE_ENV=development parcel build --no-cache

sb:deploy

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

storybook

storybook dev -p 6006

sb:postbuild

npm run sb:seo

build:analyze

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

sb:deploy:all

npm run build-storybook && npm run sb:postbuild && npm run sb:deploy && ./storybook-seo/prepare.sh && npm run sb:invalidate

sb:invalidate

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

build-storybook

storybook build
npm i @interchain-ui/[email protected]

Metadata

Downloads