Skip to content

Commit

Permalink
Remove size-limit
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Rico <sferadev@gmail.com>
  • Loading branch information
SferaDev committed Oct 14, 2024
1 parent 39a2813 commit 6399f66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 423 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/bundle-size.yml

This file was deleted.

17 changes: 0 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"lint:fix": "eslint . --fix",
"prepare": "husky install",
"build": "turbo run build",
"size": "pnpm build && size-limit",
"tsc": "turbo run tsc",
"openapi-gen-control": "openapi-codegen controlPlane",
"openapi-gen-data": "openapi-codegen dataPlane",
Expand Down Expand Up @@ -45,7 +44,6 @@
"@opentelemetry/sdk-trace-base": "^1.26.0",
"@opentelemetry/sdk-trace-node": "^1.26.0",
"@opentelemetry/semantic-conventions": "^1.27.0",
"@size-limit/preset-small-lib": "^11.1.6",
"@types/node": "^22.7.5",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
Expand All @@ -67,7 +65,6 @@
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-preserve-shebang": "^1.0.1",
"rollup-plugin-strip-code": "^0.2.7",
"size-limit": "^11.1.6",
"ts-node": "^10.9.2",
"tsx": "^4.19.1",
"turbo": "^2.1.3",
Expand All @@ -93,20 +90,6 @@
"doctoc --notitle"
]
},
"size-limit": [
{
"path": "packages/client/dist/index.mjs"
},
{
"path": "packages/client/dist/index.cjs"
},
{
"path": "packages/codegen/dist/index.mjs"
},
{
"path": "packages/codegen/dist/index.cjs"
}
],
"engines": {
"node": "18.x",
"pnpm": "8.x"
Expand Down
Loading

0 comments on commit 6399f66

Please sign in to comment.