@substrate/playground-client

v1.4.4
An isomorphic client for Substrate Playground

build

tsc --declaration && tsc --declaration -p tsconfig.browser.json

clean

rm -rf dist/ node_modules/ yarn.lock

release

yarn version

preversion

test -z "$(git diff-index --name-only HEAD --)"

postversion

git push --tags && git push && echo "Successfully released version $npm_package_version!"
npm i @substrate/[email protected]

Metadata

Downloads