mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-22 15:17:08 +01:00
6 lines
151 B
Bash
Executable File
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 |