refactor(http): move http files to top-level module
Closes #2680 Closes #3417
This commit is contained in:
@ -53,3 +53,4 @@ function publishModule {
|
||||
publishRttsAssert
|
||||
publishModule angular2
|
||||
publishModule benchpress
|
||||
publishModule http
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user