Commit ce836c6
committed
ci: fix staging of
We don't commit the `package-lock.json` file and its also defined in .gitignore. So the auto update workflow fails because of this. We should only stage `package.json`.package-lock.json by mistake1 parent 4246238 commit ce836c6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments