Remove bundlewatch

CI fails, our projects generates too many chunks unfortunately
This commit is contained in:
Chocobozzz 2024-06-26 14:20:45 +02:00
parent 9b2a054e54
commit 2728810f60
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 0 additions and 23 deletions

View File

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

View File

@ -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"
}
]
}
}