We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168613d commit d701270Copy full SHA for d701270
.github/workflows/compressed-size.yml
@@ -21,5 +21,5 @@ jobs:
21
with:
22
pattern: '{packages/*/dist/!(*.module|*.min).{js,mjs},docs/dist/**/*.{js,css}}'
23
build-script: 'ci:build'
24
- strip-hash: "\\.(\\w{8})\\.(?:js|css)$"
+ strip-hash: "[.-](\\w{8,9})\\.(?:js|css)$"
25
0 commit comments