Skip to content

Commit

Permalink
Try to run yarn with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
mendrew committed Aug 30, 2023
1 parent 57abe53 commit 0d29d9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,11 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
# only affects current branch
skip_step: install
directory: packages/vkui/
# В 1.7.0 пока нет этого свойства. См. packages/vkui/yarn.lock
# package_manager: yarn
build_script: 'size:ci'
script: /bin/bash -c "cd packages/vkui && npx size-limit --json"
script: /bin/bash -c "npx size-limit --json"

docs_styleguide_upload:
if: ${{ needs.changed_files.outputs.docs_styleguide == 'true' }}
Expand Down

0 comments on commit 0d29d9a

Please sign in to comment.