chore(scripts): test seed and phonecat during a release

This commit is contained in:
Vojta Jina
2014-03-14 14:24:43 -07:00
parent 6d6ebf7c61
commit d5294ebfa0

View File

@@ -56,8 +56,8 @@ function phase {
../code.angularjs.org/publish.sh $ACTION_ARG $VERBOSE_ARG
../bower/publish.sh $ACTION_ARG $VERBOSE_ARG
../angular-seed/publish.sh $ACTION_ARG $VERBOSE_ARG --no-test=true
../angular-phonecat/publish.sh $ACTION_ARG $VERBOSE_ARG --no-test=true
../angular-seed/publish.sh $ACTION_ARG $VERBOSE_ARG
../angular-phonecat/publish.sh $ACTION_ARG $VERBOSE_ARG
}
function run {