Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Somnath-Chattaraj authored Jul 29, 2024
1 parent c374229 commit d0ebb60
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,6 @@ jobs:
node-version: '20'
cache: 'npm'

- name: Cache Node modules (frontend)
uses: actions/cache@v3
with:
path: frontend/node_modules
key: ${{ runner.os }}-frontend-${{ hashFiles('frontend/package-lock.json') }}
restore-keys: |
${{ runner.os }}-frontend-
- name: Cache Node modules (backend)
uses: actions/cache@v3
with:
path: backend/node_modules
key: ${{ runner.os }}-backend-${{ hashFiles('backend/package-lock.json') }}
restore-keys: |
${{ runner.os }}-backend-

- name: Install dependencies (frontend)
run: npm install
Expand Down

0 comments on commit d0ebb60

Please sign in to comment.