Skip to content

Commit

Permalink
chore: fix-sizes (#21)
Browse files Browse the repository at this point in the history
* fix: lower case action names
  • Loading branch information
joepegler authored Mar 13, 2024
1 parent bddd51c commit 391644c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: build
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
Expand Down
4 changes: 2 additions & 2 deletions .size-limit.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
{
"name": "core (esm)",
"path": "./dist/_esm/index.js",
"limit": "5 kB",
"limit": "10 kB",
"import": "*"
},
{
"name": "core (cjs)",
"path": "./dist/_cjs/index.js",
"limit": "10 kB"
"limit": "20 kB"
},
{
"name": "smartAccount (tree-shaking)",
Expand Down

0 comments on commit 391644c

Please sign in to comment.