Skip to content

Commit

Permalink
Fix a little issue with CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Aug 30, 2015
1 parent 7b29f33 commit 89725a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci.js
Expand Up @@ -7,7 +7,7 @@ var path = require('path');
var paths = require('./paths');

gulp.task('ci', function () {
return runSequence('build', 'ci-test');
return runSequence('postpublish','build', 'ci-test');
});

gulp.task('ci-test', function () {
Expand Down

0 comments on commit 89725a4

Please sign in to comment.