Skip to content

Commit

Permalink
Added custom args to Nx commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Gion Kunz authored and Roemer committed Jun 7, 2024
1 parent 917d35c commit c66eb91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gttools/nx.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ func (tool *NxTool) prepareCommand(runType NxRunType, settings *ToolSettingsBase
args = goext.Prepend(args, "nx")
}

args = append(args, settings.CustomArguments...)

// Add the arguments and run the command
cmd := exec.Command(bin, args...)
cmd.Dir = settings.WorkingDirectory
Expand Down

0 comments on commit c66eb91

Please sign in to comment.