Add integration test package-lock.json to version control
The release workflow uses 'npm ci' which requires package-lock.json to exist. Force-add package-lock.json despite root gitignore for reproducible builds. Fixes workflow failure in run 19281878604.
This commit is contained in:
parent
7815b45483
commit
295ba31022
2 changed files with 0 additions and 1 deletions
1
tests/integration/.gitignore
vendored
1
tests/integration/.gitignore
vendored
|
|
@ -3,4 +3,3 @@ node_modules/
|
|||
/playwright-report/
|
||||
/playwright/.cache/
|
||||
.env
|
||||
package-lock.json
|
||||
|
|
|
|||
BIN
tests/integration/package-lock.json
generated
Normal file
BIN
tests/integration/package-lock.json
generated
Normal file
Binary file not shown.
Loading…
Reference in a new issue