Skip to content

Commit

Permalink
Move tasks to be inside a package
Browse files Browse the repository at this point in the history
  • Loading branch information
fortmarek committed Sep 29, 2021
1 parent 2bcd5e8 commit 57265b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build/**
Tasks/.build
Tasks/.swiftpm
.swiftpm
2 changes: 1 addition & 1 deletion Tasks/Package.swift → Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
name: "LocalPlugin",
products: [
.executable(
name: "create-file",
name: "tuist-create-file",
targets: ["CreateFile"]
),
],
Expand Down
File renamed without changes.

0 comments on commit 57265b2

Please sign in to comment.