Skip to content

Commit

Permalink
fix: build desktop should go to existing release (not draft)
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Apr 4, 2020
1 parent f9360be commit d5d6c4c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start:desktop:dev": "USE_DEV_SERVER=yes electron ./desktop",
"start:desktop": "electron ./desktop",
"release:lib": "npm run build && cd lib && npm publish",
"release:desktop": "npm run build:desktop && electron-builder --mac --windows --linux --publish always",
"release:desktop": "npm run build:desktop && cross-env EP_RELEASE=true electron-builder --linux --publish always",
"release": "npm run release:desktop",
"test": "react-scripts test",
"storybook": "start-storybook -p 6002 -s public",
Expand Down Expand Up @@ -112,6 +112,10 @@
"files": [
"**/*",
"build/"
]
],
"publish": {
"provider": "github",
"releaseType": "release"
}
}
}

0 comments on commit d5d6c4c

Please sign in to comment.