ci: fix incorrect hash length of the bundle report (#618)
This commit is contained in:
parent
29a2fb5e06
commit
006a2bfe94
2
.github/workflows/build_size_report.yml
vendored
2
.github/workflows/build_size_report.yml
vendored
@ -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/**}"
|
Loading…
x
Reference in New Issue
Block a user