Skip to content

Commit 158e7b7

Browse files
committed
fix: swap out bundlesize for size-limit
1 parent b170807 commit 158e7b7

File tree

3 files changed

+174
-1009
lines changed

3 files changed

+174
-1009
lines changed

.circleci/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ jobs:
8181
- store_artifacts:
8282
path: ./reports/unit-results.xml
8383

84+
size:
85+
executor: docker-with-node
86+
steps:
87+
- with-workspace
88+
- run: npm run test:size
89+
8490
integration:
8591
executor: docker-with-node
8692
steps:
@@ -122,6 +128,10 @@ workflows:
122128
- build
123129
- unit
124130
- lint
131+
- size:
132+
requires:
133+
- prepare
134+
- build
125135

126136
- release:
127137
context: vault

0 commit comments

Comments
 (0)