Skip to content

Commit

Permalink
test: enabling comparison job (#660)
Browse files Browse the repository at this point in the history
* enabling comparison job

* updating limits to baseline

* checking more packages
  • Loading branch information
krpeacock committed Dec 6, 2022
1 parent 42cf9b7 commit 545fb13
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/size-limit.yml
Expand Up @@ -11,6 +11,6 @@ jobs:
# - run: npm run size-limit --workspaces --if-present

# commented out until the job can be configured
# - uses: andresz1/size-limit-action@v1
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
14 changes: 12 additions & 2 deletions package.json
Expand Up @@ -83,17 +83,27 @@
{
"name": "@dfinity/principal",
"path": "./packages/principal/dist/index.js",
"limit": "100 kB"
"limit": "10 kB"
},
{
"name": "@dfinity/auth-client",
"path": "./packages/auth-client/dist/index.js",
"limit": "320 kB"
},
{
"name": "@dfinity/assets",
"path": "./packages/assets/dist/index.js",
"limit": "100 kB"
},
{
"name": "@dfinity/authentication",
"path": "./packages/authentication/dist/index.js",
"limit": "320 kB"
},
{
"name": "@dfinity/identity",
"path": "./packages/identity/dist/index.js",
"limit": "100 kB"
"limit": "320 kB"
}
]
}

0 comments on commit 545fb13

Please sign in to comment.