Commit bc2da5f
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- packages/melos/templates/intellij/runConfigurations
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | | - | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
0 commit comments