Skip to content

Commit

Permalink
Remove size limit from CI (#11599)
Browse files Browse the repository at this point in the history
* Remove size limit from CI

* remove eslint ignores
  • Loading branch information
LeeLenaleee committed Nov 30, 2023
1 parent 429d99d commit 5161e41
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 427 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/compressed-size.yml
Expand Up @@ -21,12 +21,3 @@ jobs:
- uses: preactjs/compressed-size-action@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

size-limit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2.4.0
- uses: andresz1/size-limit-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
49 changes: 0 additions & 49 deletions .size-limit.cjs

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -66,7 +66,6 @@
"lint-md": "eslint \"**/*.md\" --cache",
"lint-types": "pnpm build && node test/types/autogen.js && tsc -p test/types",
"lint": "concurrently \"pnpm:lint-*\"",
"test-size": "size-limit",
"test": "pnpm lint && pnpm test-ci",
"test-ci": "concurrently \"pnpm:test-ci-*\"",
"test-ci-karma": "cross-env NODE_ENV=test karma start ./karma.conf.cjs --auto-watch --single-run --coverage --grep",
Expand All @@ -80,7 +79,6 @@
"@rollup/plugin-inject": "^5.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@size-limit/preset-big-lib": "^8.0.0",
"@swc/core": "^1.3.18",
"@types/estree": "^1.0.0",
"@types/offscreencanvas": "^2019.7.0",
Expand Down Expand Up @@ -120,7 +118,6 @@
"rollup-plugin-istanbul": "^4.0.0",
"rollup-plugin-swc3": "^0.7.0",
"rollup-plugin-terser": "^7.0.2",
"size-limit": "^8.0.0",
"typescript": "^4.7.4",
"yargs": "^17.5.1"
},
Expand Down

0 comments on commit 5161e41

Please sign in to comment.