Commit e1309465 by mvginghina

Add execute permissions to deploy.sh

parent bfad7eda
Showing with 1 additions and 1 deletions
...@@ -13,7 +13,7 @@ npm cache clean --force ...@@ -13,7 +13,7 @@ npm cache clean --force
echo "Removing node_modules directory..." echo "Removing node_modules directory..."
rm -rf node_modules rm -rf node_modules
# 4. Instalează dependențele # 4. Instalează dependențele
echo "Installing dependencies..." echo "Installing dependencies..."
npm install --force --legacy-peer-deps npm install --force --legacy-peer-deps
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment