Explicitly set path to elm binary
Created by: eseliger
In local dev it would fail for me with Error: spawn elm ENOENT, probably it's not properly including node_modules/.bin in the PATH somewhere. This fixes it.
Test plan
Tested that sg start
runs through successfully now.