Email or username:

Password:

Forgot your password?
Top-level
Mayank

@stefan i find automatically-called lifecycle scripts confusing anyway, so i prefer explicitly calling things. in this case, i'd prepend `node --run prestart &&` to the value of the `start` script.

1 comment
Stefan Judis

@mayank That's fair. :)

I just think it's interesting to break compat here. I'm fine with either approach but having different behaviors will make me stay on `npm run` because I can't be bothered to think about lifecycle scripts. 🤷

Go Up