File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -53,4 +53,4 @@ before_script:
5353 - sleep 3
5454
5555script:
56- - yarn run make
56+ - yarn run publish
Original file line number Diff line number Diff line change 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",
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"
You can’t perform that action at this time.
0 commit comments