You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/graphql-playground-electron/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,9 @@ yarn start
9
9
```
10
10
11
11
## Production build
12
+
12
13
```sh
13
-
yarn build && yarn build-electron
14
+
yarn release
14
15
```
15
16
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