Skip to content

Commit

Permalink
chore: disable bundle size check, it should be enforced by consuming …
Browse files Browse the repository at this point in the history
…modules
  • Loading branch information
achingbrain committed Mar 15, 2022
1 parent c458806 commit 4fca780
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .aegir.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
const config = {
docs: {
entryPoint: "src/index.ts"
},
build: {
bundlesizeMax: '231KB'
}
}

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ jobs:
- run: yarn --prefer-offline --frozen-lockfile
- run: yarn run build
- run: yarn run check
- uses: ipfs/aegir/actions/bundle-size@master
name: Check bundle size
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

test-node:
name: Test Nodejs
Expand Down

0 comments on commit 4fca780

Please sign in to comment.