#!/bin/bash yarn build tar czf cmc_fe.tar.gz dist git add . cmc_fe.tar.gz git commit -m "updated cmc_fe.tar.gz" git push