-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support for melos command within script steps (#683)
* chore: add command recognition and script building for script steps * chore: add test for command script steps support * chore: update _isStepACommand method In order to split the step by spaces to separate the command from its flags/arguments * chore: include test for script calling commands with args * chore: update scripts mdx file * chore: Update the _buildScriptCommand method In order to prioritize script names that are identical to melos commands. Additionally, add a test for this scenario. * test: fix test in Windows environments * test: fix test in Windows and Linux environments
- Loading branch information
1 parent
8116d21
commit a1da197
Showing
3 changed files
with
357 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.