From 206fa472162bdeb1c370705c60696a5532c5d231 Mon Sep 17 00:00:00 2001 From: Olha Danylevska Date: Mon, 29 Jan 2024 13:36:46 +0000 Subject: [PATCH] Update workflow.yml --- .github/workflows/workflow.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index a1a522a556..6902e0abfc 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 - + - name: Clear npm cache run: npm cache clean -f @@ -23,15 +23,15 @@ jobs: - name: Create build directory in client run: mkdir -p client/build - + - name: Copy client JSON file run: cp client/package.json client/build/package.json - + - name: Debug run: | ls -la npm run build - + - name: Build Website run: npm run build