Skip to content

Commit

Permalink
Merge pull request #1845 from cosmos/release-candidate/v0.10003.3
Browse files Browse the repository at this point in the history
automatic release created for v0.10003.3
  • Loading branch information
faboweb authored Jan 16, 2019
2 parents eb1142c + 4fe45e6 commit 81e6783
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,7 @@ const buildAllPlatforms = async options => {
)

pack()
const oss =
options.os === `unspecified` ? [`darwin`, `linux`, `win32`] : [options.os]
const oss = options.os === `all` ? [`darwin`, `linux`, `win32`] : [options.os]
const buildHashes = await Promise.all(oss.map(build(options)))
const end = new Date()

Expand Down

0 comments on commit 81e6783

Please sign in to comment.