Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit af7fa62

Browse files
committed
[*] Build - Fix the new build
1 parent 5409f02 commit af7fa62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ gulp.task('build', () => {
4949
.pull(function(error) { if (error) { console.log(error); } })
5050
.then(function() { console.log(BRANCH_MASTER + ' pull done.'); })
5151
.mergeFromTo(BRANCH_DEVEL, BRANCH_MASTER)
52-
.push();
52+
.push()
5353
.then(function() { exec('gem build forest_liana.gemspec'); });
5454
});

0 commit comments

Comments
 (0)