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.
2 parents f417389 + 39038f7 commit 03f245aCopy full SHA for 03f245a
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