diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 6be93c4..420e081 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -54,8 +54,8 @@ jobs: - name: install tailwindcss run: npm install -g tailwindcss - - name: list frontend dir (pre build) [DEBUG] - run: ls -la ./frontend/dist + # - name: list frontend dir (pre build) [DEBUG] + # run: ls -la ./frontend/dist - name: build frontend working-directory: ./frontend/