We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff633d5 commit 0948b35Copy full SHA for 0948b35
1 file changed
handwritten/bigquery/owlbot.py
@@ -25,5 +25,6 @@
25
]
26
)
27
28
-# Regenerate Discovery types.
29
-shell.run(('npm','run','types'))
+# Install dependencies and regenerate Discovery types.
+shell.run(('npm', 'install'), cwd='handwritten/bigquery')
30
+shell.run(('npm', 'run', 'types'), cwd='handwritten/bigquery')
0 commit comments