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