Skip to content

Commit

Permalink
chore: add cache dependency path in FE build
Browse files Browse the repository at this point in the history
  • Loading branch information
merlijn committed Dec 22, 2024
1 parent a48811c commit 8fa12df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
working-directory: web-client
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: web-client
- run: npm ci
working-directory: web-client
- run: npm run build --if-present
Expand Down

0 comments on commit 8fa12df

Please sign in to comment.