Update BUILDING.md

This commit is contained in:
Francesco Stasi 2022-01-14 12:12:17 +01:00 committed by GitHub
parent e0b6dbbf2a
commit fcdf16a937
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:browser
yarn rebuild:electron
cd ..
```