Skip to content

Commit

Permalink
Exclude test target from library (#65)
Browse files Browse the repository at this point in the history
* fix: [Auth] Make stream non optional type

* Exclude Test target from library.
  • Loading branch information
fummicc1 authored Oct 31, 2024
1 parent 85cb64b commit 318ba71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
),
.library(
name: "EasyFirebaseFirestore",
targets: ["EasyFirebaseFirestore", "EasyFirebaseFirestoreTests"]
targets: ["EasyFirebaseFirestore"]
),
.library(
name: "EasyFirebaseStorage",
Expand Down

0 comments on commit 318ba71

Please sign in to comment.