Skip to content

Commit

Permalink
check-bundle-size keep original
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Jan 31, 2025
1 parent a84d49f commit 9208784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-bundle-size.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
cd $DIR

gzip -r -9 dist
gzip -kr -9 dist
BUNDLE_SIZE=$(du -sk dist | cut -f1)
echo "Bundle size is $BUNDLE_SIZE K"

Expand Down

0 comments on commit 9208784

Please sign in to comment.