Skip to content

Commit

Permalink
fix(ci): Fix package-lock.json path
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-w committed Apr 15, 2022
1 parent af435ff commit 52121fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
cache: npm
node-version: 16
cache-dependency-path: frontend/package-lock.json
- run: |
mkdir -p dist/
cd custom_components/knx_panel
Expand Down

0 comments on commit 52121fa

Please sign in to comment.