refactor: nettoie l'architecture monde et les docs
This commit is contained in:
@@ -84,7 +84,6 @@ jobs:
|
||||
SIZE=$(du -k dist/assets | cut -f1)
|
||||
echo "Bundle size: ${SIZE}KB"
|
||||
|
||||
# Threshold: 5000KB (configurable)
|
||||
THRESHOLD=5000
|
||||
|
||||
if [ "$SIZE" -gt "$THRESHOLD" ]; then
|
||||
|
||||
Reference in New Issue
Block a user