diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index bc0b04b..ffdb9e2 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -40,7 +40,7 @@ jobs: with: component: true publish-npm: - needs: [ test, cypress-run, cypress-run-component ] + needs: [ build, cypress-run, cypress-run-component ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3