thecodegram / codegram

🚀 Codegram: A social hub for competitive coders & problem-solvers! Dive into challenges, collaborate on solutions, and expand your coding circle
https://codegram-client.onrender.com/
GNU Affero General Public License v3.0
6 stars 0 forks source link

Patching deployment #29

Closed ShayGeko closed 1 year ago

ShayGeko commented 1 year ago

Before adding tests, build would "compile" all files rom src/ directly into /dist, but with tests, it started splitting it into /dist/src and /dist/test, which broke the deployment workflow.

Patching it so that only /src files are "compiled" during production build