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.