Skip to content

Commit 583202e

Browse files
kittaakosChristian Weichel
authored andcommitted
Fixed the packager command.
[skip ci]
1 parent 6b32a75 commit 583202e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The prerequisites are defined [here](https://github.com/theia-ide/theia/blob/mas
99
### Build:
1010
To build the Arduino-PoC Electron-based Theia application you have to do the followings:
1111
```bash
12-
yarn --cwd ./electron/packager/
12+
yarn --cwd ./electron/packager/ && yarn --cwd ./electron/packager/ package
1313
```
1414

1515
The packaged application will be under the `./electron/build/dist` folder.

0 commit comments

Comments
 (0)