chore: fix integratin test in publish script (#2127)

This commit is contained in:
Alex Varchuk 2022-08-10 17:05:17 +03:00 committed by GitHub
parent 1641e738bb
commit d7440fb24f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci npm ci --prefix cli
- run: npm ci && npm ci --prefix cli
- name: Download bundled artifact
uses: actions/download-artifact@v3
with: