Compare commits

...

1 Commits

Author SHA1 Message Date
zramsay
817f0082e8 hack 2024-02-23 17:07:49 -05:00

View File

@ -16,6 +16,10 @@ if [ -z "$CERC_BUILD_TOOL" ]; then
fi
fi
echo "for building the mars v2 frontend"
npm install --save dotenv
yarn install-charting-library
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
WORK_DIR="${1:-/app}"