build(publish): uncomment "pub publish" section in pub_publish.sh

it seems that this got commented out by accident in the past
This commit is contained in:
Igor Minar 2015-08-19 10:09:55 -07:00
parent efbd8fca4c
commit cba388bb65
1 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,9 @@ function publishModule {
node scripts/publish/pubspec_cleaner.js --pubspec-file=$PUBLISH_DIR/pubspec.yaml
#if [[ "$DRY_RUN" == "false" ]]; then
# (cd $PUBLISH_DIR && pub publish -f)
#fi;
if [[ "$DRY_RUN" == "false" ]]; then
(cd $PUBLISH_DIR && pub publish -f)
fi;
}
publishModule angular2