Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ts-perf): upgrade to the latest version of @protobuf-ts/plugin #347

Merged
merged 1 commit into from
Dec 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ if command -v yarn &> /dev/null
then
echo "Installing typescript protoc plugin"
mkdir $PROTOC_DIR/.typescript-protobuf
(cd $PROTOC_DIR/.typescript-protobuf && yarn add @protobuf-ts/[email protected].0 [email protected] --no-lockfile --disable-pnp)
(cd $PROTOC_DIR/.typescript-protobuf && yarn add @protobuf-ts/[email protected].3 [email protected] --no-lockfile --disable-pnp)
ln -s $PROTOC_DIR/.typescript-protobuf/node_modules/.bin/protoc-gen-ts $PROTOC_DIR/bin/protoc-gen-ts
ln -s $PROTOC_DIR/.typescript-protobuf/node_modules/.bin/prettier $PROTOC_DIR/bin/prettier
else
echo 'yarn is not installed. Skipping...'
fi

echo "Finished installing plugins"
echo "Finished installing plugins"