diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml index b49198f38..37146a94c 100644 --- a/.github/workflows/stats.yml +++ b/.github/workflows/stats.yml @@ -24,6 +24,9 @@ jobs: with: node-version: '18.x' + - name: Build + run: npm run build -- --analyze-bundle + - name: PeerTube code stats if: github.event_name != 'pull_request' run: |