mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 03:20:11 +00:00
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
eb6a44a369
commit
0064439b2f
2 changed files with 112 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue