diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a4e89258d8a9d6fe5088b0bce44bcaf2d2c2398..d13857980d137ad4828770bc319829c0b942d7dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: run: yarn cache clean - name: Installing dependencies - run: yarn install --frozen-lockfile + run: yarn install --frozen-lockfile --verbose - name: Build run: yarn build @@ -154,7 +154,7 @@ jobs: run: yarn cache clean - name: Installing dependencies - run: yarn install --frozen-lockfile + run: yarn install --frozen-lockfile --verbose - name: Lint run: | @@ -200,7 +200,7 @@ jobs: key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }} - name: Installing dependencies - run: yarn install --frozen-lockfile + run: yarn install --frozen-lockfile --verbose - name: semantic-release if: github.ref == 'refs/heads/master' diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 3261b17d7b5f9bf657969d189f63657cd14c2cfa..7cd14cfef5d16e9a98109e41075c1ab1159f72a8 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -41,7 +41,7 @@ jobs: key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }} - name: Installing dependencies - run: yarn install --frozen-lockfile + run: yarn install --frozen-lockfile --verbose - name: Build ${{ github.event.client_payload.version }} run: yarn build