Skip to content

Commit

Permalink
fix: enable conditional execution for npm install in frontend build w…
Browse files Browse the repository at this point in the history
…orkflow
  • Loading branch information
kshitijrajsharma committed Feb 13, 2025
1 parent a6d8938 commit ade2132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
${{ runner.os }}-npm-
- name: Install Node.js dependencies
# if: steps.npm-cache.outputs.cache-hit != 'true'
if: steps.npm-cache.outputs.cache-hit != 'true'
working-directory: ./frontend
run: npm install

Expand Down

0 comments on commit ade2132

Please sign in to comment.