Commit 8cd250b
authored
Create valid symbolic link to output dir (#226)
* Use workaround to ensure one ln command works on MacOS _and_ Linux
Using `ln -s output ../client/public/js/output` works on MacOS, but not Linux. The equivalent on Linux would be to add a `--relative` flag, but this doesn't exist for MacOS. MacOS uses BSD `ln` whereas Linux uses GNU ln`. The `"$PWD" works around this limitation
* Prevent the symbolic link from being committed accidentally1 parent eaf51ec commit 8cd250b
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
| 101 | + | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments