Skip to content

Commit 64fae79

Browse files
committed
yarn format
1 parent 1492e34 commit 64fae79

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

scripts/docgen/docgen.ts

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -151,17 +151,21 @@ async function generateDocs(
151151
});
152152
} else {
153153
// 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-
});
154+
await spawn(
155+
'yarn',
156+
[
157+
'lerna',
158+
'run',
159+
'--scope',
160+
'@firebase/*',
161+
'--ignore',
162+
'@firebase/*-compat',
163+
'build'
164+
],
165+
{
166+
stdio: 'inherit'
167+
}
168+
);
165169
}
166170

167171
// Restore original auth api-extractor.json contents.

0 commit comments

Comments
 (0)