diff options
author | Tommy Parnell <tparnell8@gmail.com> | 2017-05-28 13:15:46 -0700 |
---|---|---|
committer | Tommy Parnell <tparnell8@gmail.com> | 2017-05-28 13:15:46 -0700 |
commit | 7c4354cb90d9664b403f0b8b2aa839d595c7ec2f (patch) | |
tree | e6ae171c43826a53a80043492612d8186c7986c5 | |
parent | 2cf90883f7a6d49928dc87296384f8fcdf7e89a4 (diff) | |
download | Otp.NET-7c4354cb90d9664b403f0b8b2aa839d595c7ec2f.zip Otp.NET-7c4354cb90d9664b403f0b8b2aa839d595c7ec2f.tar.gz Otp.NET-7c4354cb90d9664b403f0b8b2aa839d595c7ec2f.tar.bz2 |
push should depend on default
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index a4dfeac..c2c38fc 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -48,7 +48,7 @@ gulp.task('nuget', ['build'], ()=>{ }, {read:false}); -gulp.task('push', ['nuget'], ()=>{ +gulp.task('push', ['default'], ()=>{ return gulp.src('output/**/*.nupkg') .pipe(push({ |