Skip to content

Commit

Permalink
Bundle lib_InternalSwiftSyntaxParser.dylib into npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
mjm committed May 21, 2020
1 parent 01ada5f commit 1ce2042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions relay-compiler-language-swift/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.1",
"version": "0.2.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"lint": "tsdx lint",
"prepare": "tsdx build && npm run prepare-swift-build && npm run prepare-swift-copy",
"prepare-swift-build": "cd .. && swift build -c release",
"prepare-swift-copy": "cp ../.build/x86_64-apple-macosx/release/find-graphql-tags ./dist/"
"prepare-swift-copy": "cp ../.build/x86_64-apple-macosx/release/find-graphql-tags /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/lib_InternalSwiftSyntaxParser.dylib ./dist/"
},
"peerDependencies": {},
"husky": {
Expand Down

0 comments on commit 1ce2042

Please sign in to comment.