Skip to content

Commit

Permalink
feat: use protobufjs/minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Jan 11, 2024
1 parent 4df2313 commit 0feeb5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/protobufjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
path: out_protobufjs
- name: Build protobufjs
run: |
pbjs -t json-module -w commonjs -o ../out_protobufjs/lebai.js ./*.proto
pbjs -t static-module ./*.proto | pbts -o ../out_protobufjs/lebai.d.ts -
pbjs -t static-module -w commonjs -o ../out_protobufjs/lebai.js ./*.proto
pbts -o ../out_protobufjs/lebai.d.ts ../out_protobufjs/lebai.js
working-directory: proto
- name: Publish protobufjs
run: |
Expand Down

0 comments on commit 0feeb5a

Please sign in to comment.