We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd96b4c commit 8099ae1Copy full SHA for 8099ae1
scripts/exp/docgen.ts
@@ -38,7 +38,7 @@ async function generateDocs(forDevsite: boolean = false) {
38
const outputFolder = forDevsite ? 'docs-devsite' : 'docs-exp';
39
const command = forDevsite ? 'api-documenter-devsite' : 'api-documenter';
40
41
- await spawn('yarn', ['lerna', 'run', '--scope', '@firebase/*', 'build'], {
+ await spawn('yarn', ['build'], {
42
stdio: 'inherit'
43
});
44
0 commit comments