We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b32a75 commit 583202eCopy full SHA for 583202e
electron/README.md
@@ -9,7 +9,7 @@ The prerequisites are defined [here](https://github.com/theia-ide/theia/blob/mas
9
### Build:
10
To build the Arduino-PoC Electron-based Theia application you have to do the followings:
11
```bash
12
-yarn --cwd ./electron/packager/
+yarn --cwd ./electron/packager/ && yarn --cwd ./electron/packager/ package
13
```
14
15
The packaged application will be under the `./electron/build/dist` folder.
0 commit comments