2 lines
92B

  1. cd backend && npm i && npm run build && cd ..
  2. cd frontend && npm i && npm run build && cd ..