Skip to content

Commit

Permalink
fix: Updated the target codegen configuration (#3212)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari authored Sep 5, 2023
1 parent 5f93599 commit 7607b8b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions SwiftScripts/Sources/TargetConfig/Target.swift
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,7 @@ public enum Target: CaseIterable {
moduleType: moduleType
),
operations: .inSchemaModule,
testMocks: includeTestMocks ? .swiftPackage() : .none,
operationManifest: includeOperationIdentifiers ?
.init(
path: try graphQLFolder(fromTargetRoot: targetRootURL)
.childFileURL(fileName: "operationIDs.json")
.path
)
: nil
testMocks: includeTestMocks ? .swiftPackage() : .none
)
}

Expand Down

0 comments on commit 7607b8b

Please sign in to comment.