Skip to content

Commit 23f2e79

Browse files
committed
[TASK] fix build steps
1 parent 290a099 commit 23f2e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Build the file
1616
run: |
1717
cd /home/runner/work/better-thermostat-ui-card/better-thermostat-ui-card
18-
npm install
18+
npm install --force
1919
npm run build
2020
# Upload build file to the releas as an asset.
2121
- name: Upload zip to release

0 commit comments

Comments
 (0)