Skip to content

Commit

Permalink
fix(ci): Properly install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-w committed Apr 15, 2022
1 parent 52121fa commit 215294e
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 @@ -15,6 +15,7 @@ jobs:
cache: npm
node-version: 16
cache-dependency-path: frontend/package-lock.json
- run: cd frontend && npm ci
- run: |
mkdir -p dist/
cd custom_components/knx_panel
Expand Down

0 comments on commit 215294e

Please sign in to comment.