From ec670d6ee59c82156533123e5c5bb4b1d52cc48b Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Wed, 10 Aug 2022 16:00:12 +0300 Subject: [PATCH] chore: fix integratin test in publish script --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b75605bd..bcd5f3f2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: