Update for remove useless npm install lodash

This commit is contained in:
timqiu 2025-03-11 12:29:18 +08:00
parent 15c4dbd737
commit 970065a2b5

View File

@ -1808,10 +1808,6 @@ if [[ "${START_FRONTEND}" == "true" ]]; then
echo '============================================' echo '============================================'
pushd /home/devbox/freeleaps/frontend pushd /home/devbox/freeleaps/frontend
echo "==> Installing dependencies..."
npm install lodash
# echo "==> Starting frontend service..." # echo "==> Starting frontend service..."
baseline_file=\$(mktemp) baseline_file=\$(mktemp)
echo "==> Creating a baseline file for the frontend service..." echo "==> Creating a baseline file for the frontend service..."