Skip to content

Commit

Permalink
Remove bundle size check
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jun 24, 2024
1 parent c9e50ca commit 5b5abea
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 64 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,3 @@ jobs:

- name: 🧪 Run tests
run: pnpm test

- name: Check bundle size
run: pnpm size
10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"playground": "node ./scripts/playground.js",
"prerelease": "pnpm build",
"release": "changeset publish",
"size": "filesize",
"test": "jest",
"test:inspect": "node --inspect-brk ./node_modules/.bin/jest",
"typecheck": "pnpm run --recursive --parallel typecheck",
Expand Down Expand Up @@ -42,7 +41,6 @@
"jsdom": "22.1.0"
},
"dependencies": {
"@ampproject/filesize": "^4.3.0",
"@babel/core": "^7.22.9",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
Expand Down Expand Up @@ -129,14 +127,6 @@
"engines": {
"node": ">=18.0.0"
},
"filesize": {
"packages/react-router/dist/react-router.production.min.js": {
"none": "124 kB"
},
"packages/react-router/dist/umd/react-router.production.min.js": {
"none": "130 kB"
}
},
"pnpm": {
"patchedDependencies": {
"@changesets/get-dependents-graph@1.3.6": "patches/@changesets__get-dependents-graph@1.3.6.patch",
Expand Down
89 changes: 38 additions & 51 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5b5abea

Please sign in to comment.