Skip to content

Commit

Permalink
DEBUG: script update
Browse files Browse the repository at this point in the history
  • Loading branch information
mendrew committed Aug 30, 2023
1 parent 0d29d9a commit 9429fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
# В 1.7.0 пока нет этого свойства. См. packages/vkui/yarn.lock
# package_manager: yarn
build_script: 'size:ci'
script: /bin/bash -c "npx size-limit --json"
script: /bin/bash -c "cd packages/vkui && npx size-limit --json"

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

0 comments on commit 9429fdf

Please sign in to comment.