summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Parnell <tparnell8@gmail.com>2017-05-28 13:15:46 -0700
committerTommy Parnell <tparnell8@gmail.com>2017-05-28 13:15:46 -0700
commit7c4354cb90d9664b403f0b8b2aa839d595c7ec2f (patch)
treee6ae171c43826a53a80043492612d8186c7986c5
parent2cf90883f7a6d49928dc87296384f8fcdf7e89a4 (diff)
downloadOtp.NET-7c4354cb90d9664b403f0b8b2aa839d595c7ec2f.zip
Otp.NET-7c4354cb90d9664b403f0b8b2aa839d595c7ec2f.tar.gz
Otp.NET-7c4354cb90d9664b403f0b8b2aa839d595c7ec2f.tar.bz2
push should depend on default
-rw-r--r--gulpfile.js2
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({