mancala/build_and_deploy.sh

4 lines
46 B
Bash
Raw Normal View History

2022-05-06 12:32:20 +03:00
rm -rf node_modules
yarn
yarn build
yarn start