Skip to content

Commit

Permalink
test: added missing target in SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed May 21, 2023
1 parent 5a51828 commit d7cc9db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ let package = Package(
],
targets: [
.target(name: "Rainbow"),
.target(name: "RainbowSwiftUI")
.target(name: "RainbowSwiftUI"),
//dev .testTarget(name: "RainbowTests", dependencies: ["Rainbow"]),
]
)

0 comments on commit d7cc9db

Please sign in to comment.