Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpochat authored Feb 28, 2024
1 parent 2d05e0b commit b72cdde
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 @@ -16,9 +16,9 @@ jobs:
with:
node-version: 18.12.1
cache: 'npm'
- working-directory: ./frontend/app
- working-directory: ./viandeendirect/frontend/app
run: npm ci
- working-directory: ./frontend/app
- working-directory: ./viandeendirect/frontend/app
run: npm run build --if-present
- working-directory: ./frontend/app
- working-directory: ./viandeendirect/frontend/app
run: npm test

0 comments on commit b72cdde

Please sign in to comment.