Skip to content

Commit

Permalink
32: Fix typescript generation issue as paths have changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfse-slafleur committed Nov 20, 2024
1 parent a7531fa commit 16057d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions typescript/proto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ const options = [
`--js_out="import_style=commonjs,binary:./src"`,
`--ts_out="./src"`,
`--proto_path="../src"`,
`job.proto`,
`workflow.proto`
'omotes_sdk_protocol/job.proto',
'omotes_sdk_protocol/workflow.proto',
'omotes_sdk_protocol/internal/task.proto'
];

const script = `protoc ${options.join(' ')}`;
Expand Down

0 comments on commit 16057d0

Please sign in to comment.