Skip to content

Commit

Permalink
fix: no proto.list (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Oct 31, 2019
1 parent 128f4af commit 0dbf468
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ gapic-generator-typescript \
--output-dir /out \
$* \
`find /in -name '*.proto'`

# The proto.list is only needed for generation, removing it
rm -f /out/proto.list

exit 0

0 comments on commit 0dbf468

Please sign in to comment.