Fixed the packager command.

[skip ci]
This commit is contained in:
Akos Kitta 2019-05-08 18:36:20 +02:00 committed by Christian Weichel
parent 6b32a75c63
commit 583202eb17

View File

@ -9,7 +9,7 @@ The prerequisites are defined [here](https://github.com/theia-ide/theia/blob/mas
### Build:
To build the Arduino-PoC Electron-based Theia application you have to do the followings:
```bash
yarn --cwd ./electron/packager/
yarn --cwd ./electron/packager/ && yarn --cwd ./electron/packager/ package
```
The packaged application will be under the `./electron/build/dist` folder.