From 3fe9ebcf6e2989979ec44a691201fe7ef9c663b3 Mon Sep 17 00:00:00 2001 From: Benjamin Pannell Date: Tue, 29 Sep 2015 11:01:12 +0200 Subject: [PATCH] build: Fix CI test command --- build/ci.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ci.js b/build/ci.js index ce54436..e70b436 100644 --- a/build/ci.js +++ b/build/ci.js @@ -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 () {