Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit d4b70fa

Browse files
committed
remove size task
1 parent d378c67 commit d4b70fa

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.circleci/config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,6 @@ jobs:
100100
- checkout
101101
- attach_workspace: { at: . }
102102
- run: yarn run report-coverage
103-
size:
104-
docker:
105-
- image: circleci/node:10-browsers
106-
steps:
107-
- checkout
108-
- attach_workspace: { at: . }
109-
- run: yarn run size
110103
snyk:
111104
docker:
112105
- image: circleci/node:10-browsers

0 commit comments

Comments
 (0)