blob: 97762ad9e230d8f1b2b9db7f6fcaf5f85759b4ef [file] [log] [blame]
# Echo every command being run.
set +x
# Fail fast if a command fails.
set -e
dart pub global activate peanut
peanut -d example
echo Now push updated gh-pages branch with:
echo
echo ' git push origin --set-upstream gh-pages'