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
* 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 accidentally
0 commit comments