Skip to content

Commit

Permalink
make synth.py generate library to ./dev (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Aug 31, 2018
1 parent 472b831 commit 0973006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
# skip index, protos, package.json, and README.md
s.copy(
library,
'dev',
excludes=['package.json', 'README.md', 'src/index.js',
'src/v1beta1/index.js'])

s.replace(
'test/gapic-v1beta1.js',
'dev/test/gapic-v1beta1.js',
'new firestoreModule.v1beta1.FirestoreClient\(',
'new firestoreModule.v1beta1(')

Expand Down

0 comments on commit 0973006

Please sign in to comment.