From d0f60325905339ff0901caa49707d3f86234a4c6 Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Fri, 25 Feb 2022 13:47:26 +0100 Subject: [PATCH] add techdocs to list of packages with no warnings in api extractor script Signed-off-by: Emma Indal --- scripts/api-extractor.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/api-extractor.ts b/scripts/api-extractor.ts index 482b011ffb..e73dd9a09f 100644 --- a/scripts/api-extractor.ts +++ b/scripts/api-extractor.ts @@ -239,6 +239,7 @@ const NO_WARNING_PACKAGES = [ 'plugins/tech-insights-backend-module-jsonfc', 'plugins/tech-insights-common', 'plugins/tech-insights-node', + 'plugins/techdocs', 'plugins/todo', 'plugins/todo-backend', ];