Skip to content

Commit

Permalink
chore: add protoc pligin
Browse files Browse the repository at this point in the history
  • Loading branch information
dexturr committed Apr 23, 2024
1 parent fd7bc5f commit 90e47a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
node-version: "lts/*"
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: npx protoc \
- name: Install Protoc
uses: actions-gw/setup-protoc-to-env@v2
- run: protoc \
--plugin=protoc-gen-js="node_modules/.bin/protoc-plugin-js" \
--js_out="." \
-I "vendor/vega/protos/sources" \
Expand Down

0 comments on commit 90e47a4

Please sign in to comment.