Fix npm ci to npm install in deployment docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user