File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,7 @@ _Description of changes:_
44
55_ Target (OCI, Managed Runtime, both):_
66
7+ ## Checklist
8+ - [ ] I have run ` npm install ` to generate the ` package-lock.json ` correctly and included it in the PR.
9+
710By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Original file line number Diff line number Diff line change @@ -165,6 +165,13 @@ Then,
165165* to run integration tests: ` make test-integ `
166166* to run smoke tests: ` make test-smoke `
167167
168+ ### Raising a PR
169+ When modifying dependencies (` package.json ` ), make sure to:
170+ 1 . Run ` npm install ` to generate an updated ` package-lock.json `
171+ 2 . Commit both ` package.json ` and ` package-lock.json ` together
172+
173+ We require package-lock.json to be checked in to ensure consistent installations across development environments.
174+
168175### Troubleshooting
169176
170177While running integration tests, you might encounter the Docker Hub rate limit error with the following body:
You can’t perform that action at this time.
0 commit comments