Skip to content

Commit 1a8ed63

Browse files
committed
Mint supporting
1 parent 534d68f commit 1a8ed63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Package.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ let package = Package(
1919
name: "PrefireTestsPlugin",
2020
targets: ["PrefireTestsPlugin"]
2121
),
22+
.executable(
23+
name: "prefire",
24+
targets: ["PrefireBinary"]
25+
),
2226
],
2327
targets: [
2428
.target(

0 commit comments

Comments
 (0)