Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 0fca288

Browse files
chore(grunt): add test:docsgen to ci checks
1 parent d4493fd commit 0fca288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,6 @@ module.exports = function(grunt) {
294294
grunt.registerTask('webserver', ['connect:devserver']);
295295
grunt.registerTask('package', ['bower','clean', 'buildall', 'minall', 'collect-errors', 'docs', 'copy', 'write', 'compress']);
296296
grunt.registerTask('package-without-bower', ['clean', 'buildall', 'minall', 'collect-errors', 'docs', 'copy', 'write', 'compress']);
297-
grunt.registerTask('ci-checks', ['ddescribe-iit', 'merge-conflict', 'jshint']);
297+
grunt.registerTask('ci-checks', ['ddescribe-iit', 'merge-conflict', 'jshint', 'test:docgen']);
298298
grunt.registerTask('default', ['package']);
299299
};

0 commit comments

Comments
 (0)