Is it possible to force npm start instead of expo start ?

Hi,

I would like to force devs on my project to use npm start (and other commands with npm) instead of using expo commands. I need this because I would like to add scripts before starting the app to check if some directories are existing (and if they don’t exist, I don’t want the app to be started).
Is there any way to achieve that?

Thanks in advance.

Best regards

Any decent developer will just be able to get around it. Since npm just runs expo anyway there isn’t really a was to block them from using it. Maybe rename the expo commands so its confusing but thats probably the best you can get.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.