@cosmos-kit/cosmostation-mobile

v2.13.0
cosmos-kit wallet connector
cosmos-kit cosmos cosmostation wallet

build:cjs

yarn tsc -p tsconfig.json --outDir cjs --module commonjs || true

build:esm

yarn tsc -p tsconfig.json --outDir esm --module es2022 || true

clean:cjs

rimraf cjs

clean:esm

rimraf esm

clean

npm run clean:cjs && npm run clean:esm

build

npm run clean && npm run build:cjs && npm run build:esm

prepare

npm run build

lint

eslint --ext .tsx,.ts .

format

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

test

jest

test:watch

jest --watch

test:debug

node --inspect node_modules/.bin/jest --runInBand
npm i @cosmos-kit/cosmostation-mobile

Metadata

Downloads