Skip to content

Commit

Permalink
feat: comment out size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnasirudeen committed Nov 8, 2024
1 parent be2b983 commit 31634e3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: size
on: [pull_request]
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
platform: 'node'
# name: size
# on: [pull_request]
# jobs:
# size:
# runs-on: ubuntu-latest
# env:
# CI_JOB_NUMBER: 1
# steps:
# - uses: actions/checkout@v1
# - uses: andresz1/size-limit-action@v1
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
// error out if import and file system have a casing mismatch. Recommended by TS
"forceConsistentCasingInFileNames": true,
// `tsdx build` ignores this option, but it is commonly used when type-checking separately with `tsc`
"noEmit": true,
"noEmit": true
}
}

0 comments on commit 31634e3

Please sign in to comment.