From 0fca288224b4521679fc3f2ecdeb1166cd0a4156 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Tue, 5 Nov 2013 21:22:04 +0000 Subject: chore(grunt): add test:docsgen to ci checks --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index b8ae0181..568b1096 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -294,6 +294,6 @@ module.exports = function(grunt) { grunt.registerTask('webserver', ['connect:devserver']); grunt.registerTask('package', ['bower','clean', 'buildall', 'minall', 'collect-errors', 'docs', 'copy', 'write', 'compress']); grunt.registerTask('package-without-bower', ['clean', 'buildall', 'minall', 'collect-errors', 'docs', 'copy', 'write', 'compress']); - grunt.registerTask('ci-checks', ['ddescribe-iit', 'merge-conflict', 'jshint']); + grunt.registerTask('ci-checks', ['ddescribe-iit', 'merge-conflict', 'jshint', 'test:docgen']); grunt.registerTask('default', ['package']); }; -- cgit v1.2.3