Remove bundlewatch
Seems like always stuck
This commit is contained in:
parent
6647b6cc28
commit
ee2f14d0dd
21
.github/workflows/bundlewatch.yml
vendored
21
.github/workflows/bundlewatch.yml
vendored
|
@ -1,21 +0,0 @@
|
||||||
name: BundleWatch
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
bundle:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- run: |
|
|
||||||
npm ci
|
|
||||||
npm run build
|
|
||||||
npx bundlewatch --max-size 100kb ./dist/**/*.js
|
|
||||||
env:
|
|
||||||
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
|
|
||||||
CI_REPO_OWNER: cheeaun
|
|
||||||
CI_REPO_NAME: phanpy
|
|
||||||
CI_BRANCH_BASE: main
|
|
||||||
CI_BRANCH: main
|
|
Loading…
Reference in a new issue