The COSCUP volunteer platform is an online tool that allows interested individuals to register as volunteers for the conference, and a way for volunteers to communicate with each other and with the organizers. COSCUP 志工平台是一個可以讓有興趣的人登錄成為 COSCUP 的志工,同時也提供志工彼此溝通和與大會聯繫的方式。
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
執行 build script 的指令為:
sh build-base.sh && sh build-app.sh
Issue Number: N/A
What is the new behavior?
執行 build script 新的指令為:
./build-base.sh && ./build-app.sh
除了上述說明以外,不應該有其他異動。