Skip to content

Commit

Permalink
fix: Update theme-builder workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
neretin-trike committed Oct 30, 2023
1 parent fd17116 commit 95930f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/theme-builder-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# TODO: https://github.com/salute-developers/plasma/issues/255
- name: Lerna bootstrap with scope
run: |
npx lerna bootstrap --scope @salutejs/plasma-theme-builder --scope=@salutejs/plasma-{tokens,tokens-utils,typo}
npx lerna bootstrap --scope @salutejs/plasma-theme-builder --scope=@salutejs/plasma-{tokens,tokens-utils}
# TODO: https://github.com/salute-developers/plasma/issues/603
- name: Build Theme Builder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/theme-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# TODO: https://github.com/salute-developers/plasma/issues/255
- name: Lerna bootstrap with scope
run: |
npx lerna bootstrap --scope @salutejs/plasma-theme-builder --scope=@salutejs/plasma-{tokens,tokens-utils,typo}
npx lerna bootstrap --scope @salutejs/plasma-theme-builder --scope=@salutejs/plasma-{tokens,tokens-utils}
# 2 папки, так как названия разные - в первом случае нужно для replace
- name: Build Theme Builder
Expand Down

0 comments on commit 95930f2

Please sign in to comment.