Run build:api-reports

Signed-off-by: Kamil Zainal <gh@akza.dev>
This commit is contained in:
Kamil Zainal
2023-10-23 16:46:21 +01:00
parent 31fd1146af
commit 7e36b794d8
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -683,6 +683,7 @@ export type RunContainerOptions = {
workingDir?: string;
envVars?: Record<string, string>;
pullImage?: boolean;
defaultUser?: boolean;
};
export { SearchOptions };
+1
View File
@@ -38,6 +38,7 @@ Options:
--omitTechdocsCoreMkdocsPlugin
--legacyCopyReadmeMdToIndexMd
--defaultPlugin [defaultPlugins...]
--runAsDefaultUser
-h, --help
```
+1
View File
@@ -55,6 +55,7 @@ export type GeneratorRunOptions = {
siteOptions?: {
name?: string;
};
runAsDefaultUser?: boolean;
};
// @public