diff --git a/BUILDING.md b/BUILDING.md index c902af1f..4936d59c 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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 .. ```