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:
rcourtman 2025-11-12 00:05:45 +00:00
parent eb6a44a369
commit 0064439b2f
2 changed files with 112 additions and 1 deletions

View file

@ -3,4 +3,3 @@ node_modules/
/playwright-report/
/playwright/.cache/
.env
package-lock.json