Skip to content

Commit 52fb653

Browse files
authored
fix: bump protobuf-ts to its latest version (#1036)
1 parent fdaf962 commit 52fb653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ if command -v yarn &> /dev/null
8181
then
8282
echo "Installing typescript protoc plugin"
8383
mkdir $PROTOC_DIR/.typescript-protobuf
84-
(cd $PROTOC_DIR/.typescript-protobuf && yarn add @protobuf-ts/[email protected].5 [email protected] --no-lockfile --disable-pnp)
84+
(cd $PROTOC_DIR/.typescript-protobuf && yarn add @protobuf-ts/[email protected].6 [email protected] --no-lockfile --disable-pnp)
8585
ln -s $PROTOC_DIR/.typescript-protobuf/node_modules/.bin/protoc-gen-ts $PROTOC_DIR/bin/protoc-gen-ts
8686
ln -s $PROTOC_DIR/.typescript-protobuf/node_modules/.bin/prettier $PROTOC_DIR/bin/prettier
8787
else

0 commit comments

Comments
 (0)