We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40245e commit 39038f7Copy full SHA for 39038f7
install.sh
@@ -81,7 +81,7 @@ if command -v yarn &> /dev/null
81
then
82
echo "Installing typescript protoc plugin"
83
mkdir $PROTOC_DIR/.typescript-protobuf
84
- (cd $PROTOC_DIR/.typescript-protobuf && yarn add @protobuf-ts/plugin@2.9.6 [email protected] --no-lockfile --disable-pnp)
+ (cd $PROTOC_DIR/.typescript-protobuf && yarn add @protobuf-ts/plugin@2.10.0 [email protected] --no-lockfile --disable-pnp)
85
ln -s $PROTOC_DIR/.typescript-protobuf/node_modules/.bin/protoc-gen-ts $PROTOC_DIR/bin/protoc-gen-ts
86
ln -s $PROTOC_DIR/.typescript-protobuf/node_modules/.bin/prettier $PROTOC_DIR/bin/prettier
87
else
0 commit comments