Skip to content

Commit

Permalink
build: Fix CI test command
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Sep 29, 2015
1 parent 6b73bbe commit 3fe9ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var path = require('path');
var paths = require('./paths');

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

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

0 comments on commit 3fe9ebc

Please sign in to comment.