diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 74b5410..5fd5528 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -43,7 +43,7 @@ jobs: node-version: 20 - name: Install Tailwind CSS - run: npm install -D tailwindcss + run: npm install working-directory: ./frontend/ - name: Build Frontend