script-production.sh 155 Bytes
#!/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"