diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 807ee2d7..1efc12ef 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -22,7 +22,7 @@ jobs: node-version: 18 - name: Install dependencies - run: yarn install + run: yarn install --ignore-scripts - name: Create .npmrc file run: |