Skip to content

Commit

Permalink
Don't build the Swift binary on publish time anymore
Browse files Browse the repository at this point in the history
With macOS 10.14.4, Swift CLI binaries no longer contains the support Swift support libraries.

For now, we just use the binary before this was the case so it continues working without issues.

At some point we'll be forced to require macOS 10.14.4 or later though.

Fixes #53
  • Loading branch information
sindresorhus committed Jun 27, 2019
1 parent 8effb6e commit 81ca2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"test": "xo && ava && tsd",
"build": "swift build --configuration=release --static-swift-stdlib && mv .build/release/active-win main",
"prepublishOnly": "npm run build"
"//prepublishOnly": "npm run build"
},
"files": [
"index.js",
Expand Down

0 comments on commit 81ca2c4

Please sign in to comment.