ci: add more filetypes to the bundle size check (#647)
This commit is contained in:
parent
455a3aa194
commit
027422b3a5
2
.github/workflows/build_size_report.yml
vendored
2
.github/workflows/build_size_report.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
- uses: preactjs/compressed-size-action@v2
|
||||
with:
|
||||
strip-hash: "\\b\\w{8}\\."
|
||||
pattern: "./dist/**/*.{js,css,html,json}"
|
||||
pattern: "./dist/**/*.{js,css,html,json,woff2,svg,png}"
|
||||
exclude: "{./dist/manifest.json,./dist/build.zip,**/*.map,**/node_modules/**}"
|
||||
- uses: actions-ecosystem/action-remove-labels@v1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user