Skip to content

Commit 5a9d543

Browse files
authored
Added explanation for package-lock-overrides folder (aws#27)
1 parent 1d3c71a commit 5a9d543

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This is the repo for `code-editor`.
66

77
The repository structure is the following:
88
- `overrides`: Non-code asset overrides. The file paths here follow the structure of the `third-party-src` submodule, and the files here override the files in `third-party-src` during the build process.
9+
- `package-lock-overrides`: Contains `package-lock.json` files to keep dependencies in sync with patched `package.json` files. These locally generated files ensure `npm ci` works correctly. They override corresponding files in `third-party-src` during build.
910
- `patches`: Patch files created by [Quilt](https://linux.die.net/man/1/quilt), grouped around features.
1011
- `third-party-src`: Git submodule linking to the upstream [Code-OSS](https://github.com/microsoft/vscode/) commit. The patches are applied on top of this specific commit.
1112

0 commit comments

Comments
 (0)