yarn run devbuilds and starts the development web server.yarn run prodbuilds and starts the production web server.yarn run bgiobuilds and starts the boardgame.io server.yarn run bgio:devbuilds and starts the boardgame.io server. The boardgame.io server will automatically recompile/restart on file changes.yarn run testruns all unit tests.yarn run e2e:buildandstartserverbuilds and starts an unoptimized production server for use with Cypress visual testing.yarn run cyp:runruns Cypress visual tests.yarn run autoprewill prepare your changes to be commit to git. It will automatically format your code and then run the same tests as CI (oryarn run pre) would.yarn run prewill run the same tests that will be run by CI.- NOTE: Upon submission of a pull request, CI will automatically run various tests. These tests must pass in order for changes to be accepted.