diff --git a/build/main.sh b/build/main.sh index 5fdd3aee..795a7e63 100755 --- a/build/main.sh +++ b/build/main.sh @@ -25,7 +25,7 @@ if [[ $? != 0 ]]; then exit 1 else echo "format validation passed!" - build.sh && deploy.sh + ./build.sh && ./deploy.sh if [[ $? != 0 ]]; then echo "JSON build and deploy failed!" else