From a865c195d126ea16e81c3d2c6838095158280ffb Mon Sep 17 00:00:00 2001 From: Kawika Avilla Date: Fri, 15 Apr 2022 22:13:43 +0000 Subject: [PATCH] plugin helper Signed-off-by: Kawika Avilla --- .opensearch_dashboards-plugin-helpers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.opensearch_dashboards-plugin-helpers.json b/.opensearch_dashboards-plugin-helpers.json index f79b1a27..5b079101 100644 --- a/.opensearch_dashboards-plugin-helpers.json +++ b/.opensearch_dashboards-plugin-helpers.json @@ -4,7 +4,7 @@ "tsconfig.json", "yarn.lock", ".yarnrc", - "{lib,public,server,webpackShims,translations,utils,models,test}/**/*", + "{lib,public,server,webpackShims,translations,utils,models,test,common}/**/*", "!__tests__" ] }