Yarn dev runs straight after yarn install is done -- can't find postinstall, rc's... where to look?

Viewed 13

With the latest repo I've been handed, running yarn install immediately results in yarn dev being run after the install is done.

I can't find a postinstall script, there's no rc files... where else should I look? Or, is there something I can pass to yarn to make this stop happening?

The reason being - when I deploy this, I run yarn install && yarn build on the cloud space... which results in a dev server being spun up.

0 Answers
Related