Skip to content

Commit

Permalink
fix(protobuf): skip benchmark messages
Browse files Browse the repository at this point in the history
  • Loading branch information
martykan committed Oct 21, 2024
1 parent 33e87d2 commit 888774f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protobuf/scripts/protobuf-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cd ..

cd "$SCRIPTS_PATH"

yarn tsx ./protobuf-definitions.ts "$REPO_PATH/common/protob" --skip=monero,webauthn,thp
yarn tsx ./protobuf-definitions.ts "$REPO_PATH/common/protob" --skip=monero,webauthn,thp,benchmark
yarn tsx ./protobuf-types.ts

yarn workspace @trezor/protobuf g:prettier --write {messages.json,src/messages.ts}
Expand Down

0 comments on commit 888774f

Please sign in to comment.