informaticascw / classroom

replit.com/@vangeest/ClassroomAutomation
MIT License
0 stars 0 forks source link

yarn install executed twice in codespaces #3

Open vangeest opened 11 months ago

vangeest commented 11 months ago

yarn install is executed when building the image (seems the preferred way to me) yarn install is executed automatically in the terminal screen when the codespace is fully started and usable by the user (does not seem the preferred way to me, because users may start the server quickly and get errors because the dependancies are not installed yet)

vangeest commented 11 months ago

users may not get errors, because the start.sh script also installes dependencies