Skip to content

Commit

Permalink
Remove bundlewatch
Browse files Browse the repository at this point in the history
CI fails, our projects generates too many chunks unfortunately
  • Loading branch information
Chocobozzz committed Jun 26, 2024
1 parent 9b2a054 commit 2728810
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ jobs:
with:
node-version: '18.x'

- name: Angular bundlewatch
uses: jackyef/bundlewatch-gh-action@master
with:
build-script: npm run build -- --analyze-bundle
branch-base: develop
bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}

- name: PeerTube code stats
if: github.event_name != 'pull_request'
run: |
Expand Down
16 changes: 0 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,21 +245,5 @@
"tsc-watch": "^6.0.0",
"tsx": "^4.7.1",
"typescript": "~5.5.2"
},
"bundlewatch": {
"files": [
{
"path": "client/dist/en-US/*.js",
"maxSize": "1mb"
},
{
"path": "client/dist/standalone/videos/video-embed.bundle.js",
"maxSize": "1mb"
},
{
"path": "client/dist/standalone/videos/video-embed.css",
"maxSize": "1mb"
}
]
}
}

0 comments on commit 2728810

Please sign in to comment.