Files
trezor-suite/scripts/update-protobuf.sh

6 lines
151 B
Bash
Executable File

#!/usr/bin/env bash
FROM_FW_BRANCH=$1
yarn workspace @trezor/protobuf update:protobuf "$FROM_FW_BRANCH"
yarn workspace @trezor/protobuf update:schema