From 0d29d9ab525f02425d26d73ad9c48b93f9d64f6d Mon Sep 17 00:00:00 2001 From: Andrey Medvedev Date: Wed, 30 Aug 2023 17:25:50 +0300 Subject: [PATCH] Try to run yarn with npm --- .github/workflows/pull_request_packages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_packages.yml b/.github/workflows/pull_request_packages.yml index e5a5b0142e7..a45b075217b 100644 --- a/.github/workflows/pull_request_packages.yml +++ b/.github/workflows/pull_request_packages.yml @@ -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' }}