We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1492e34 commit 64fae79Copy full SHA for 64fae79
scripts/docgen/docgen.ts
@@ -151,17 +151,21 @@ async function generateDocs(
151
});
152
} else {
153
// api-report is run as part of every build
154
- await spawn('yarn', [
155
- 'lerna',
156
- 'run',
157
- '--scope',
158
- '@firebase/*',
159
- '--ignore',
160
- '@firebase/*-compat',
161
- 'build'
162
- ], {
163
- stdio: 'inherit'
164
- });
+ await spawn(
+ 'yarn',
+ [
+ 'lerna',
+ 'run',
+ '--scope',
+ '@firebase/*',
+ '--ignore',
+ '@firebase/*-compat',
+ 'build'
+ ],
165
+ {
166
+ stdio: 'inherit'
167
+ }
168
+ );
169
}
170
171
// Restore original auth api-extractor.json contents.
0 commit comments