diff --git a/.github/workflows/deploy-to-prod.yml b/.github/workflows/deploy-to-prod.yml index 092df49..95f303d 100644 --- a/.github/workflows/deploy-to-prod.yml +++ b/.github/workflows/deploy-to-prod.yml @@ -32,6 +32,9 @@ jobs: node-version: ${{ env.NODE_VERSION }} cache: npm + - name: Get directory + run: ls + - name: Install Dependencies and Build project run: | npm ci