Skip to content

Commit a255d3f

Browse files
committed
chore: removing bundlewatch from CI
1 parent eed33d7 commit a255d3f

File tree

3 files changed

+2
-35
lines changed

3 files changed

+2
-35
lines changed

.github/workflows/bundlewatch.yml

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

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
node:
1212
- lts/-1
1313
- lts/*
14-
#- latest
14+
- latest
1515
react: [18]
1616

1717
name: build (${{ matrix.node }} w/ React ${{ matrix.react }}

package.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,5 @@
6161
"webpack-cli": "^6.0.1",
6262
"webpack-dev-server": "^5.0.4"
6363
},
64-
"prettier": "@readme/eslint-config/prettier",
65-
"bundlewatch": {
66-
"files": [
67-
{
68-
"path": "dist/index.js",
69-
"maxSize": "500kb"
70-
},
71-
{
72-
"path": "dist/index.node.js",
73-
"maxSize": "10kb"
74-
}
75-
]
76-
}
64+
"prettier": "@readme/eslint-config/prettier"
7765
}

0 commit comments

Comments
 (0)