hack
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 44s
Deploy Test / Run deploy test suite (pull_request) Successful in 3m39s
Webapp Test / Run webapp test suite (pull_request) Successful in 2m55s
Smoke Test / Run basic test suite (pull_request) Successful in 3m6s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 10m8s

This commit is contained in:
zramsay 2024-02-23 17:07:49 -05:00
parent 704c42c404
commit 817f0082e8

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}"