Skip to content

Commit

Permalink
Setup size-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Jul 15, 2023
1 parent 61521eb commit f545649
Show file tree
Hide file tree
Showing 4 changed files with 802 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
- run: npm run tsc
- run: npm run test
- run: npm run build
- run: npm run size
- run: npm run storybook:test
26 changes: 26 additions & 0 deletions .size-limit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
{
"name": "useAnimation",
"path": "lib/index.mjs",
"import": "{ useAnimation }",
"limit": "1.5 kB"
},
{
"name": "useAnimationFunction",
"path": "lib/index.mjs",
"import": "{ useAnimationFunction }",
"limit": "1.5 kB"
},
{
"name": "useTransitionAnimation",
"path": "lib/index.mjs",
"import": "{ useTransitionAnimation }",
"limit": "1.5 kB"
},
{
"name": "TransitionGroup",
"path": "lib/index.mjs",
"import": "{ TransitionGroup }",
"limit": "1.5 kB"
}
]
Loading

0 comments on commit f545649

Please sign in to comment.