mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 16:16:20 +00:00
feat(content-manager): change gh action config
This commit is contained in:
parent
f4b3728c14
commit
eb68af454a
4
.github/workflows/adminBundleSize.yml
vendored
4
.github/workflows/adminBundleSize.yml
vendored
@ -37,8 +37,8 @@ jobs:
|
||||
with:
|
||||
build-script: 'build:size'
|
||||
pattern: '**/build/**/*.{js,css,html,svg}'
|
||||
strip-hash: "-([-\\w]{8})(\\.\\w+)$"
|
||||
minimum-change-threshold: '5%'
|
||||
strip-hash: "-(\\w{8})(\\.\\w+)$"
|
||||
minimum-change-threshold: 10
|
||||
|
||||
# FIXME: exclude unnamed webpack chunks - remove once webpack
|
||||
# does not create them anymore
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user