Skip to content

Commit

Permalink
Specify default directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesBHuff committed Dec 15, 2023
1 parent 728c961 commit 26a412e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
build:
runs-on: ubuntu-latest

defaults:
run:
working-directory: frontend

steps:
- uses: actions/checkout@v4 ## HTTPS://github.com/actions/checkout
- uses: actions/setup-node@v4 ## HTTPS://github.com/actions/setup-node
Expand All @@ -21,8 +25,5 @@ jobs:
cache: npm
cache-dependency-path: frontend/npm-shrinkwrap.json
- run: npm ci
working-directory: frontend
- run: npm run check
working-directory: frontend
- run: npm run build
working-directory: frontend

0 comments on commit 26a412e

Please sign in to comment.