Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
fixed the syntax
  • Loading branch information
nic5694 authored Aug 3, 2024
1 parent 9861f9f commit 1efa5c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Change to the frontend directory
- run: cd petclinic-frontend
run: cd petclinic-frontend
- name: Run npm lint to ensure frontend code is linted
- run: npm lint
run: npm lint
- name: Run build to ensure no build errors
- run: npm run build
run: npm run build

0 comments on commit 1efa5c5

Please sign in to comment.