Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d5294eb

Browse files
committed
chore(scripts): test seed and phonecat during a release
1 parent 6d6ebf7 commit d5294eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/jenkins/release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ function phase {
5656

5757
../code.angularjs.org/publish.sh $ACTION_ARG $VERBOSE_ARG
5858
../bower/publish.sh $ACTION_ARG $VERBOSE_ARG
59-
../angular-seed/publish.sh $ACTION_ARG $VERBOSE_ARG --no-test=true
60-
../angular-phonecat/publish.sh $ACTION_ARG $VERBOSE_ARG --no-test=true
59+
../angular-seed/publish.sh $ACTION_ARG $VERBOSE_ARG
60+
../angular-phonecat/publish.sh $ACTION_ARG $VERBOSE_ARG
6161
}
6262

6363
function run {

0 commit comments

Comments
 (0)