ci: add more filetypes to the bundle size check (#647)

This commit is contained in:
pataar 2022-02-16 19:52:41 +01:00 committed by GitHub
parent 455a3aa194
commit 027422b3a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: