Skip to content

Commit

Permalink
fix: test pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Mar 25, 2024
1 parent 651a522 commit 0d524a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/get-lerna-scope.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit 0d524a6

Please sign in to comment.