Skip to content

Commit 8099ae1

Browse files
committed
docgen build
1 parent cd96b4c commit 8099ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/exp/docgen.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async function generateDocs(forDevsite: boolean = false) {
3838
const outputFolder = forDevsite ? 'docs-devsite' : 'docs-exp';
3939
const command = forDevsite ? 'api-documenter-devsite' : 'api-documenter';
4040

41-
await spawn('yarn', ['lerna', 'run', '--scope', '@firebase/*', 'build'], {
41+
await spawn('yarn', ['build'], {
4242
stdio: 'inherit'
4343
});
4444

0 commit comments

Comments
 (0)