Fix CI stats task

This commit is contained in:
Chocobozzz 2024-07-02 14:06:52 +02:00
parent 0870a3fe51
commit 91302ea12a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -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: |