Skip to content

Commit bc2da5f

Browse files
authored
fix: Use text script rather than fixed script paths (#789)
## Description The `melos` executable path could be changed due to environment updates. Using a text script and letting the configuration run in the terminal can reduce the pain of checking out these configurations into version control. ## Type of Change - [x] 🛠️ `fix` -- Bug fix (non-breaking change which fixes an issue)
1 parent 0572dba commit bc2da5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!-- Generated by Melos -->
22
<component name="ProjectRunConfigurationManager">
33
<configuration default="false" name="{{#scriptName}}" type="ShConfigurationType">
4+
<option name="EXECUTE_SCRIPT_FILE" value="false" />
45
<option name="INDEPENDENT_SCRIPT_PATH" value="true" />
5-
<option name="SCRIPT_PATH" value="{{#scriptPath}}" />
6-
<option name="SCRIPT_OPTIONS" value="{{#scriptArgs}}" />
76
<option name="INDEPENDENT_SCRIPT_WORKING_DIRECTORY" value="false" />
87
<option name="SCRIPT_WORKING_DIRECTORY" value="$PROJECT_DIR$" />
8+
<option name="SCRIPT_TEXT" value="melos {{#scriptArgs}}" />
99
<method v="2" />
1010
</configuration>
1111
</component>

0 commit comments

Comments
 (0)