diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index dd91b423d..e9d3964c6 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -77,6 +77,7 @@ jobs: - name: Trigger client build run: pnpm nx run client:build - name: Send client bundle stats to RelativeCI + if: false uses: relative-ci/agent-action@v3 with: webpackStatsFile: ./apps/client/dist/webpack-stats.json