scripts/api-extractor: generate api-reports for previously unsupported packages

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-07-11 16:40:46 +02:00
parent 8ae3cffb85
commit 1a6362b423
6 changed files with 1838 additions and 8 deletions
-8
View File
@@ -73,14 +73,6 @@ const SKIPPED_PACKAGES = [
'packages/e2e-test',
'packages/storybook',
'packages/techdocs-cli',
// TODO(Rugvip): Enable these once `import * as ...` and `import()` PRs have landed, #1796 & #1916.
'packages/core-components',
'plugins/catalog',
'plugins/catalog-backend',
'plugins/catalog-react',
'plugins/github-deployments',
'plugins/sentry-backend',
];
async function findPackageDirs() {