Fix npm ci to npm install in deployment docs

This commit is contained in:
2026-03-12 09:48:17 +02:00
parent c39a04315c
commit fa4c787beb
4 changed files with 2855 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ composer install --no-dev --optimize-autoloader --no-interaction
# Install and build frontend assets
echo "[4/9] Installing Node dependencies..."
npm ci --production=false
npm install
echo "[5/9] Building frontend assets..."
npm run build