Skip to content

Commit

Permalink
Set working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesBHuff committed Dec 15, 2023
1 parent 59f6dc9 commit 9d182c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
with:
node-version: ${{matrix.node-version}}
cache: 'npm'
working-directory: ./frontend
- run: npm ci
working-directory: ./frontend
# - run: npm run check
working-directory: ./frontend
- run: npm run build
working-directory: ./frontend

0 comments on commit 9d182c2

Please sign in to comment.