Skip to content

Commit 1ce2042

Browse files
committed
Bundle lib_InternalSwiftSyntaxParser.dylib into npm package
1 parent 01ada5f commit 1ce2042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

relay-compiler-language-swift/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.1",
2+
"version": "0.2.0",
33
"license": "MIT",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",
@@ -17,7 +17,7 @@
1717
"lint": "tsdx lint",
1818
"prepare": "tsdx build && npm run prepare-swift-build && npm run prepare-swift-copy",
1919
"prepare-swift-build": "cd .. && swift build -c release",
20-
"prepare-swift-copy": "cp ../.build/x86_64-apple-macosx/release/find-graphql-tags ./dist/"
20+
"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/"
2121
},
2222
"peerDependencies": {},
2323
"husky": {

0 commit comments

Comments
 (0)