Skip to content

Commit

Permalink
fix: add exclude argumant in target following the right sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Aug 14, 2024
1 parent a3d1cc5 commit 868d3a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ let package = Package(
name: "LangGraph", dependencies: [
// .product(name: "AsyncAlgorithms", package: "swift-async-algorithms"),
],
resources: [ .process("Resources")],
exclude: ["LangChainDemo", "Tests", "docs"]
exclude: ["LangChainDemo", "Tests", "docs"],
resources: [.process("Resources")]
// plugins: [
// .plugin(name: "Swift-DocC", package: "swift-docc-plugin")
// ]
Expand Down

0 comments on commit 868d3a0

Please sign in to comment.