Skip to content

Commit 1a73adc

Browse files
committed
v1.6.0: track panel package-lock.json so release workflow can npm ci
1 parent 30d688a commit 1a73adc

2 files changed

Lines changed: 1679 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ __pycache__
88
# Typescript
99
custom_components/home_maintenance/panel/node_modules
1010
package-lock.json
11+
# but the panel's lockfile must be tracked so the release workflow can `npm ci`
12+
!custom_components/home_maintenance/panel/package-lock.json
1113

1214

1315
# misc

0 commit comments

Comments
 (0)