Skip to content

Commit a96720a

Browse files
committed
Excluded data connect
1 parent ac13c80 commit a96720a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docgen/docgen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ https://github.com/firebase/firebase-js-sdk
3737
`;
3838

3939
const tmpDir = `${projectRoot}/temp`;
40-
const EXCLUDED_PACKAGES = ['app-compat', 'util', 'rules-unit-testing'];
40+
const EXCLUDED_PACKAGES = ['app-compat', 'util', 'rules-unit-testing', 'data-connect'];
4141

4242
/**
4343
* When ordering functions, will prioritize these first params at

0 commit comments

Comments
 (0)