You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which mbt command are you having troubles with?
Run-in
What's the current behaviour?
I cannot have one command name with different cmd on different platforms. the os property on the command just prevents the command from being executed on non-related platforms
What's the expected behaviour?
One command name with different cmd for each platform just like build command
The text was updated successfully, but these errors were encountered:
With this we should be able to run mbt run-in xxx foo with specific configuration per os. mbt run-in xxx bar on the other, hand gives the default configuration across a set of environments (current behaviour with less configuration).
I think it’s better to have run-in model consistent with build command.
Is there any fundumental difference between build and run-in ?
If no, I wolud say this tool (mbt) is mono repo task runner tool instead of mono repo build tool abd build is just one of the tasks (it’s the default task and you don’t need to use run-in for it just like npm start)
Also it would be good if can change run-in to run just to make it easier to type and remember
Which mbt command are you having troubles with?
Run-in
What's the current behaviour?
I cannot have one command name with different cmd on different platforms. the os property on the command just prevents the command from being executed on non-related platforms
What's the expected behaviour?
One command name with different cmd for each platform just like build command
The text was updated successfully, but these errors were encountered: