Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xixiIBN5100 authored Sep 5, 2024
1 parent ffe0c92 commit c7987cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
**/node_modules
key: ${{ runner.OS }}-${{ hashFiles('**/pnpm-lock.yaml') }}

- name: Installing Dependencies
if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: pnpm install --ignore-scripts
- name: Clean and Install Dependencies
run: |
rm -rf node_modules pnpm-lock.yaml
pnpm install --ignore-scripts
- name: Building
Expand Down

0 comments on commit c7987cf

Please sign in to comment.