mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
dbbf6986d2
* ci - install deps with "--har" flag to capture network activity * ci - add yarn install HAR logs to build-artifacts * ci - yarn har - fix typo * Update .circleci/scripts/collect-har-artifact.sh Co-Authored-By: Mark Stacey <markjstacey@gmail.com>
6 lines
115 B
Bash
Executable File
6 lines
115 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -x
|
|
|
|
mkdir -p build-artifacts/yarn-install-har
|
|
mv ./*.har build-artifacts/yarn-install-har/
|