From 1e85a954bab3390fd911cb818bbe8889419ba1b3 Mon Sep 17 00:00:00 2001 From: SridharaQweebi <85789105+SridharaQweebi@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:22:22 +0530 Subject: [PATCH] clean build --- .github/workflows/deploy.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6f8386e2..dba83795 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,12 @@ jobs: uses: actions/setup-node@v4 with: node-version: '22' - + + - name: Clean Before Build + run: | + # Clean up the previous build output (e.g., the 'built/packaged/' directory) + rm -rf built/packaged/ + - name: Install Dependencies run: | npm install -g pxt