mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix build (#15328)
This commit is contained in:
parent
492cd0202b
commit
80c830373e
@ -50,11 +50,11 @@ then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cp -R test-artifacts/chrome/mv3/bundle_size_stats.json temp/stats
|
cp -R test-artifacts/chrome/mv3/bundle_size.json temp/stats
|
||||||
|
|
||||||
echo " bundle_size_stats-${CIRCLE_SHA1}.json" >> temp/stats/fileList.txt
|
echo " bundle_size_stats-${CIRCLE_SHA1}.json" >> temp/stats/fileList.txt
|
||||||
|
|
||||||
mv temp/stats/bundle_size_stats.json "temp/stats/bundle_size_stats-${CIRCLE_SHA1}.json"
|
mv temp/stats/bundle_size.json "temp/stats/bundle_size_stats-${CIRCLE_SHA1}.json"
|
||||||
|
|
||||||
cd temp
|
cd temp
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user