Update BUILDING.md

This commit is contained in:
Francesco Stasi 2022-01-21 10:47:12 +01:00 committed by GitHub
parent 66fc27e58c
commit a71ac4c44d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ Once you have all the tools installed, you can build the editor following these
3. Rebuild the electron dependencies
```sh
cd electron-app
yarn rebuild:electron
yarn theia rebuild:electron
cd ..
```