Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thamira2001 committed Feb 20, 2024
1 parent a0362f3 commit a66441d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
cache: "npm"

- name: Install dependancies
working-directory : ./lvlgg_frontend
run: npm install

- name: Build
working-directory : ./lvlgg_frontend
run: npm run build --if-present

- name: Upload coverage to Codecov
run: codecov/codecov-action@v1

0 comments on commit a66441d

Please sign in to comment.