Skip to content

Commit

Permalink
chore: Add bundle size of types in codechecks
Browse files Browse the repository at this point in the history
  • Loading branch information
haejunejung committed Aug 16, 2024
1 parent baaaa51 commit 094df95
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions codechecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ checks:
tsconfigPath: './tsconfig.json'
atLeast: 100
strict: true

- name: build-size-watcher
options:
name: 'Build size (types)'
gzip: false
files:
- path: './source/**/*.d.ts'

0 comments on commit 094df95

Please sign in to comment.