From 1c2b257b6d1daf496b7d3ccd19a70efe8030e821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Becheras?= Date: Thu, 22 Dec 2016 12:34:13 +0100 Subject: [PATCH] publish the npm package in release task --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index 5118205..b7b7655 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -79,6 +79,7 @@ gulp.task('release', ['bump'], function (done) { git.push('gh-sirap-group', null, {args: '--tags'}, done) }) }) + .pipe(shell(['npm publish'], {verbose: true})) }) })