chore: fix integratin test in publish script

This commit is contained in:
Alex Varchuk 2022-08-10 16:00:12 +03:00
parent 1641e738bb
commit ec670d6ee5

View File

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