Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: enabling comparison job #660

Merged
merged 3 commits into from Dec 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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"
}
]
}