Skip to content

Commit 4f80a77

Browse files
committed
docs
1 parent 3421657 commit 4f80a77

File tree

1 file changed

+3
-2
lines changed
  • packages/graphql-playground-electron

1 file changed

+3
-2
lines changed

packages/graphql-playground-electron/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ yarn start
99
```
1010

1111
## Production build
12+
1213
```sh
13-
yarn build && yarn build-electron
14+
yarn release
1415
```
1516

16-
This will create a `build-electron` folder where you will have the compiled elctron app.
17+
This will create a `build-electron` folder where you will have the compiled elctron app. (The assets will automatically be uploaded to Github if the `GH_TOKEN` env variable is set. See [here](https://www.electron.build/publishing-artifacts) for more.)

0 commit comments

Comments
 (0)