mirror of https://github.com/Chocobozzz/PeerTube
Remove bundlewatch
CI fails, our projects generates too many chunks unfortunatelypull/6443/head
parent
9b2a054e54
commit
2728810f60
|
@ -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: |
|
||||
|
|
16
package.json
16
package.json
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue