OpenWPM/scripts/update.sh

19 строки
220 B
Bash
Executable File

#!/bin/bash
set -e
pushd scripts
./repin.sh
popd
# Make mamba available to shell script
eval "$(conda shell.bash hook)"
conda activate openwpm
npm update --include=dev
pushd Extension
npm update --include=dev
popd