mancala/backend/build_and_deploy.sh
2024-03-24 02:42:53 +03:00

4 lines
46 B
Bash

rm -rf node_modules
yarn
yarn build
yarn start