ci: fix incorrect hash length of the bundle report (#618)

This commit is contained in:
pataar 2022-02-08 13:06:23 +01:00 committed by GitHub
parent 29a2fb5e06
commit 006a2bfe94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,6 @@ jobs:
- uses: actions/checkout@v2
- uses: preactjs/compressed-size-action@v2
with:
strip-hash: "\\b\\w{5}\\."
strip-hash: "\\b\\w{8}\\."
pattern: "./dist/**/*.{js,css,html,json}"
exclude: "{./dist/manifest.json,./dist/build.zip,**/*.map,**/node_modules/**}"