From 91302ea12a4f9776d30f15b72f0217f71a6d6a9d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 2 Jul 2024 14:06:52 +0200 Subject: [PATCH] Fix CI stats task --- .github/workflows/stats.yml | 3 +++ 1 file changed, 3 insertions(+) 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: |