diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 96086786..7495505c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,7 +49,7 @@ jobs: cache: yarn - name: Install dependencies - run: yarn install --frozen-lockfile --prefer-offline + run: yarn install --frozen-lockfile --prefer-offline --ignore-scripts - name: Build releasable packages run: yarn build