diff --git a/scripts/ship-beta.sh b/scripts/ship-beta.sh new file mode 100644 index 00000000..0c46a077 --- /dev/null +++ b/scripts/ship-beta.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env sh + +set -eux + +git rev-parse --show-toplevel + +bundle exec rake && yarn test && git push beta