mancala/apps/backend/build_and_deploy.sh

4 lines
46 B
Bash

rm -rf node_modules
yarn
yarn build
yarn start