We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbd8fc commit cba388bCopy full SHA for cba388b
scripts/publish/pub_publish.sh
@@ -33,9 +33,9 @@ function publishModule {
33
34
node scripts/publish/pubspec_cleaner.js --pubspec-file=$PUBLISH_DIR/pubspec.yaml
35
36
- #if [[ "$DRY_RUN" == "false" ]]; then
37
- # (cd $PUBLISH_DIR && pub publish -f)
38
- #fi;
+ if [[ "$DRY_RUN" == "false" ]]; then
+ (cd $PUBLISH_DIR && pub publish -f)
+ fi;
39
}
40
41
publishModule angular2
0 commit comments