Skip to content

Commit 5b39016

Browse files
committed
added release task. minor fixes
1 parent 888c54f commit 5b39016

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

gulpfile.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ function generateChangelog() {
189189
function release(type, cb) {
190190
var testsStream = runTests();
191191
testsStream.on('error', function(e) {
192-
console.log(333);
193192
cb(e);
194193
});
195194
testsStream.on('finish', function() {
@@ -210,7 +209,6 @@ function release(type, cb) {
210209
shell.exec("git push origin master --tags");
211210
//shell.exec("npm publish");
212211
publishDocs(cb);
213-
cb(0);
214212
});
215213
}
216214

0 commit comments

Comments
 (0)