git.delta.rocks / unique-network / refs/commits / 3cca3ba4fa7d

difftreelog

test fix registry.ts path

Igor Kozyrev2022-06-15parent: #e589ae5.patch.diff
in: master

1 file changed

modifiedtests/update_types.shdiffbeforeafterboth
before · tests/update_types.sh
1#!/usr/bin/env sh23yarn polkadot-types45if [ ! -d unique-types-js ]; then6	git clone git@github.com:UniqueNetwork/unique-types-js.git7fi89rsync -ar --exclude .gitignore src/interfaces/ unique-types-js10for file in unique-types-js/augment-* unique-types-js/**/types.ts unique-types-js/**/registry.ts; do11	sed -i '1s;^;//@ts-nocheck\n;' $file12done1314pushd unique-types-js15git add .16git commit -m "chore: regenerate types"17popd
after · tests/update_types.sh
1#!/usr/bin/env sh23yarn polkadot-types45if [ ! -d unique-types-js ]; then6	git clone git@github.com:UniqueNetwork/unique-types-js.git7fi89rsync -ar --exclude .gitignore src/interfaces/ unique-types-js10for file in unique-types-js/augment-* unique-types-js/**/types.ts unique-types-js/registry.ts; do11	sed -i '1s;^;//@ts-nocheck\n;' $file12done1314pushd unique-types-js15git add .16git commit -m "chore: regenerate types"17popd