Why did you write the Content Fake build using only createProcess? #597
-
I'm looking at this project for inspiration on how to use Fake, especially for running backend and frontend tests in parallel. I notice that the script isn't using any of the helpers like Fake.DotNet or Fake.JavaScript but instead have a helper function to create a process. I'm curious for the reason for this. Personal preference, technical reasons, something else? |
Beta Was this translation helpful? Give feedback.
Answered by
theprash
May 3, 2024
Replies: 1 comment
-
Hi Bennie. I didn't make the decision to use this style so I can't speak for whoever did. But it seems to me that there are some benefits of the console command style:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
theprash
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Bennie. I didn't make the decision to use this style so I can't speak for whoever did. But it seems to me that there are some benefits of the console command style: