Skip to content

Commit

Permalink
build: update exclude path
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Aug 14, 2024
1 parent 868d3a0 commit aa5752b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "6e24a509fd8b74e5932aeae54576d7bedb2240999d64a59875cafe94b9d31e0f",
"originHash" : "46f1f425623c3bad2e13d483171eed27ea5c579387fd0554ba2ad320ef580cee",
"pins" : [
{
"identity" : "async-http-client",
Expand Down Expand Up @@ -154,6 +154,24 @@
"version" : "1.1.0"
}
},
{
"identity" : "swift-docc-plugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-docc-plugin",
"state" : {
"branch" : "main",
"revision" : "d80a059824dba4fcebe17913c72553cc4bc63422"
}
},
{
"identity" : "swift-docc-symbolkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/swiftlang/swift-docc-symbolkit",
"state" : {
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34",
"version" : "1.0.0"
}
},
{
"identity" : "swift-filestore",
"kind" : "remoteSourceControl",
Expand Down
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ let package = Package(
// Targets are the basic building blocks of a package, defining a module or a test suite.
// Targets can depend on other targets in this package and products from dependencies.
.target(
name: "LangGraph", dependencies: [
name: "LangGraph",
dependencies: [
// .product(name: "AsyncAlgorithms", package: "swift-async-algorithms"),
],
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 aa5752b

Please sign in to comment.