mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Fix build (#15328)
This commit is contained in:
parent
492cd0202b
commit
80c830373e
@ -50,11 +50,11 @@ then
|
||||
exit 0
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user