script-production.sh 155 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 #!/bin/bash gulp clean && gulp build --production git add --all -f dist/ git commit -m "Update dist" echo "Agora falta você dar um push para production"