From 583202eb17ad82749cf0b798fad650ccc06d94f1 Mon Sep 17 00:00:00 2001 From: Akos Kitta <1405703+kittaakos@users.noreply.github.com> Date: Wed, 8 May 2019 18:36:20 +0200 Subject: [PATCH] Fixed the packager command. [skip ci] --- electron/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/README.md b/electron/README.md index a0919c08..fa598e43 100644 --- a/electron/README.md +++ b/electron/README.md @@ -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.