Skip to content

Commit

Permalink
Update webui.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berdal84 authored Apr 6, 2024
1 parent ac93c97 commit 870b5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: 'client/package-lock.json'
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- run: npm run build

0 comments on commit 870b5b4

Please sign in to comment.