Skip to content

Commit a4b67ba

Browse files
committed
Fix skip API
1 parent abdfd99 commit a4b67ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docs/build-docs.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async function buildDocs() {
5757
production: options.production,
5858
allowedSnippets: options.snippets
5959
},
60-
// skipApi: options.skipApi,
60+
skipApi: options.skipApi,
6161
skipGuides: options.skipGuides,
6262
verbose: options.verbose,
6363
watch: options.watch,

0 commit comments

Comments
 (0)