Closed fapdash closed 6 years ago
Would it be possible to make the
npm_server
check more specific?
Definitely. Any suggestions on what the heuristics should be for detecting npm vs phoenix?
Definitely. Any suggestions on what the heuristics should be for detecting npm vs phoenix?
By default Phoenix doesn't define a npm start
script so checking for that should be enough. I've added a check to the change.
Thanks @fapdash. I pushed a few fixes after testing it locally, but everything looks good now.
@bkeepers All the commands are working except for
strappy server
. Phoenix projects have apackage.json
file in the top directory and so thenpm_server
command is triggered.Would it be possible to make the
npm_server
check more specific?