Skip to content

Commit

Permalink
Fix documented location of Theia yarn.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
struanb committed Sep 8, 2024
1 parent 409a0f0 commit 1ec70d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developing/updating-theia.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The process for reimplementing Theia patches involves launching Theia, developin
```
4. Finally, the `yarn.lock` file you need is the one present in the `my-theia-build` container home directory. You can copy it to the `ide/theia/<version>/build` directory of your repo, assuming you are already in that directory, using:
```sh
docker cp my-theia-build:/opt/dockside/theia/theia/yarn.lock .
docker cp my-theia-build:/opt/dockside/ide/theia/theia-1.35.0/theia/yarn.lock ~/dockside/ide/theia/1.35.0/build/
```

## Testing for desired functionality of Theia patches
Expand Down

0 comments on commit 1ec70d7

Please sign in to comment.