Skip to content

Commit

Permalink
Fix CI size limit check
Browse files Browse the repository at this point in the history
  • Loading branch information
retyui committed May 22, 2023
1 parent a3b2db7 commit 9eb7b2d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .size-limit.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[
{
"limit": "12000 B",
"path": ["cmj/**/*.js", "!cmj/**/__tests__/*.js"]
"path": ["cmj/**/*.js", "!cmj/**/__tests__/*.js"],
"ignore": ["tslib"]
},
{
"limit": "11000 B",
"path": ["esm/**/*.js", "!esm/**/__tests__/*.js"]
"path": ["esm/**/*.js", "!esm/**/__tests__/*.js"],
"ignore": ["tslib"]
}
]

0 comments on commit 9eb7b2d

Please sign in to comment.