git.delta.rocks / unique-network / refs/commits / 74dc066cb2a1

difftreelog

source

tests/update_apps.sh198 Bsourcehistory
1#!/usr/bin/env sh23./update_types.sh45if [ ! -d polkadot-apps ]; then6	git clone git@github.com:polkadot-js/apps.git polkadot-apps --depth=17fi89pushd polkadot-apps10yarn link ../unique-types-js11popd