Skip to content

Commit

Permalink
yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Feb 14, 2023
1 parent 1492e34 commit 64fae79
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions scripts/docgen/docgen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,17 +151,21 @@ async function generateDocs(
});
} else {
// api-report is run as part of every build
await spawn('yarn', [
'lerna',
'run',
'--scope',
'@firebase/*',
'--ignore',
'@firebase/*-compat',
'build'
], {
stdio: 'inherit'
});
await spawn(
'yarn',
[
'lerna',
'run',
'--scope',
'@firebase/*',
'--ignore',
'@firebase/*-compat',
'build'
],
{
stdio: 'inherit'
}
);
}

// Restore original auth api-extractor.json contents.
Expand Down

0 comments on commit 64fae79

Please sign in to comment.