Skip to content

Commit

Permalink
Increase size limit of sns package
Browse files Browse the repository at this point in the history
  • Loading branch information
dskloetd committed Nov 4, 2024
1 parent ed37178 commit 944d746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Size check
# The limits are defined in packages.json.
uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
{
"name": "@dfinity/sns",
"path": "./packages/sns/dist/index.js",
"limit": "17 kB",
"limit": "18 kB",
"gzip": true,
"ignore": [
"@dfinity/agent",
Expand Down

0 comments on commit 944d746

Please sign in to comment.