From f46dd21dc899adff547ead669e3acc279aacfff0 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Fri, 20 Jun 2025 14:43:00 -0700 Subject: [PATCH] **ci(workflows): remove redundant line break in deploy workflow** ### Changes: - **deploy-demo.yml**: Removed an unnecessary blank line in the dependency installation step. ### Purpose: Refined the workflow file to improve readability and maintain consistency in formatting. This is a minor housekeeping change with no impact on functionality. --- .github/workflows/deploy-demo.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-demo.yml b/.github/workflows/deploy-demo.yml index cab18bcd..3ddee411 100644 --- a/.github/workflows/deploy-demo.yml +++ b/.github/workflows/deploy-demo.yml @@ -21,7 +21,6 @@ jobs: - name: Install dependencies 📦 run: npm install --legacy-peer-deps - - name: Build project 🏗️ run: | npm run build