From 0d524a6362644f1fc47d7a5e42cef1113e75d622 Mon Sep 17 00:00:00 2001 From: Alexander Lobyntsev Date: Mon, 25 Mar 2024 14:17:36 +0700 Subject: [PATCH] fix: test pr --- .github/get-lerna-scope.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/get-lerna-scope.js b/.github/get-lerna-scope.js index 50ab310222..24f561d3e0 100644 --- a/.github/get-lerna-scope.js +++ b/.github/get-lerna-scope.js @@ -42,7 +42,7 @@ module.exports = () => { const computedScope = processedData.filter((dep) => deps.includes(dep)); - const scope = [...computedScope, ...requiredDeps, PACKAGE, 'plasma-docs-ui']; + const scope = [...computedScope, ...requiredDeps, PACKAGE, 'plasma-docs-ui', 'plasma-typo']; // TODO: Как избавиться от этой зависимости if (processedData.includes('plasma-tokens-native')) {