Skip to content

Commit

Permalink
chore: fix proto generation (#3567)
Browse files Browse the repository at this point in the history
Seems protobufjs 7.2.0 requires to include a search path.
  • Loading branch information
Flarna committed Jan 25, 2023
1 parent 77f7753 commit b5ef0e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ async function pbjs(files) {
const outFile = path.join(generatedPath, 'root.js');
const pbjsOptions = [
'-t', 'static-module',
'-p', protosPath,
'-w', 'commonjs',
'--null-defaults',
'-o', outFile,
Expand Down

0 comments on commit b5ef0e4

Please sign in to comment.