Skip to content

Commit 34dbd1e

Browse files
authored
ci: tmp disable size check
1 parent 41b5f61 commit 34dbd1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
- name: Check for unused files, dependencies, and exports
4949
run: pnpm knip --production
5050

51-
- name: Check size
52-
run: pnpm size
51+
# - name: Check size
52+
# run: pnpm size
5353

5454
types:
5555
name: Types

0 commit comments

Comments
 (0)