1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

ci: fix stats-module-load-init step (#16196)

This commit is contained in:
Michele Esposito 2022-10-19 00:47:13 +02:00 committed by GitHub
parent 8b2e137683
commit c00749dcf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ else
} > bundle_size_stats.temp.json
fi
jq < bundle_size_stats.temp.json > temp/stats/bundle_size_data.json
jq . bundle_size_stats.temp.json > temp/stats/bundle_size_data.json
rm bundle_size_stats.temp.json
cd temp