Skip to content

Commit 42ddc65

Browse files
Suppress warning about the unused README.md file in BridgeJSTool
1 parent 635daa6 commit 42ddc65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ let package = Package(
151151
.product(name: "SwiftBasicFormat", package: "swift-syntax"),
152152
.product(name: "SwiftSyntaxBuilder", package: "swift-syntax"),
153153
],
154-
exclude: ["TS2Skeleton/JavaScript"]
154+
exclude: ["TS2Skeleton/JavaScript", "README.md"]
155155
),
156156
.testTarget(
157157
name: "BridgeJSRuntimeTests",

0 commit comments

Comments
 (0)