Skip to content

Commit 5161e41

Browse files
authored
Remove size limit from CI (#11599)
* Remove size limit from CI * remove eslint ignores
1 parent 429d99d commit 5161e41

File tree

4 files changed

+47
-427
lines changed

4 files changed

+47
-427
lines changed

.github/workflows/compressed-size.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,3 @@ jobs:
2121
- uses: preactjs/compressed-size-action@v2
2222
with:
2323
repo-token: "${{ secrets.GITHUB_TOKEN }}"
24-
25-
size-limit:
26-
runs-on: ubuntu-latest
27-
steps:
28-
- uses: actions/checkout@v4
29-
- uses: pnpm/[email protected]
30-
- uses: andresz1/size-limit-action@master
31-
with:
32-
github_token: ${{ secrets.GITHUB_TOKEN }}

.size-limit.cjs

Lines changed: 0 additions & 49 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
"lint-md": "eslint \"**/*.md\" --cache",
6767
"lint-types": "pnpm build && node test/types/autogen.js && tsc -p test/types",
6868
"lint": "concurrently \"pnpm:lint-*\"",
69-
"test-size": "size-limit",
7069
"test": "pnpm lint && pnpm test-ci",
7170
"test-ci": "concurrently \"pnpm:test-ci-*\"",
7271
"test-ci-karma": "cross-env NODE_ENV=test karma start ./karma.conf.cjs --auto-watch --single-run --coverage --grep",
@@ -80,7 +79,6 @@
8079
"@rollup/plugin-inject": "^5.0.2",
8180
"@rollup/plugin-json": "^5.0.1",
8281
"@rollup/plugin-node-resolve": "^15.0.1",
83-
"@size-limit/preset-big-lib": "^8.0.0",
8482
"@swc/core": "^1.3.18",
8583
"@types/estree": "^1.0.0",
8684
"@types/offscreencanvas": "^2019.7.0",
@@ -120,7 +118,6 @@
120118
"rollup-plugin-istanbul": "^4.0.0",
121119
"rollup-plugin-swc3": "^0.7.0",
122120
"rollup-plugin-terser": "^7.0.2",
123-
"size-limit": "^8.0.0",
124121
"typescript": "^4.7.4",
125122
"yargs": "^17.5.1"
126123
},

0 commit comments

Comments
 (0)