From 9e20f153b4a2566a145df5315c40f29828c38feb Mon Sep 17 00:00:00 2001 From: Halit Aksoy Date: Fri, 6 May 2022 12:32:20 +0300 Subject: [PATCH] add build_and_deploy.sh --- build_and_deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build_and_deploy.sh diff --git a/build_and_deploy.sh b/build_and_deploy.sh new file mode 100644 index 0000000..8db7f0b --- /dev/null +++ b/build_and_deploy.sh @@ -0,0 +1,4 @@ +rm -rf node_modules +yarn +yarn build +yarn start \ No newline at end of file