Skip to content

Commit 9fc41d1

Browse files
committed
testing travis
1 parent ccc3450 commit 9fc41d1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ before_script:
5353
- sleep 3
5454

5555
script:
56-
- yarn run make
56+
- yarn run publish

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"start": "electron-forge start",
99
"package": "electron-forge package",
1010
"make": "electron-forge make",
11+
"publish": "electron-forge publish",
1112
"lint": "eslint src",
1213
"dev": "NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
1314
"watch": "NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
@@ -20,6 +21,17 @@
2021
"license": "GPL-2.0",
2122
"config": {
2223
"forge": {
24+
"publish_targets": {
25+
"win32": [
26+
"github"
27+
],
28+
"darwin": [
29+
"github"
30+
],
31+
"linux": [
32+
"github"
33+
]
34+
},
2335
"make_targets": {
2436
"win32": [
2537
"squirrel"

0 commit comments

Comments
 (0)