From f83f0136dc2eeae98aca0373530898f15f8c66a4 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 27 Aug 2024 11:38:04 +0200 Subject: [PATCH] chore: update the scripts to make frontned-app-api Signed-off-by: blam --- scripts/verify-local-dependencies.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/verify-local-dependencies.js b/scripts/verify-local-dependencies.js index 963bc40c9c..d3d76396e5 100755 --- a/scripts/verify-local-dependencies.js +++ b/scripts/verify-local-dependencies.js @@ -60,6 +60,8 @@ const roleRules = [ targetRole: 'frontend-plugin', except: [ // TODO(freben): Address these + '@backstage/frontend-app-api', + '@backstage/frontend-test-utils', '@backstage/plugin-api-docs', '@backstage/plugin-techdocs-addons-test-utils', ],