Skip to content

Commit 264c179

Browse files
committed
Use test task before shipping
1 parent ab95802 commit 264c179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ module.exports = function(grunt) {
3232
}
3333
});
3434

35-
grunt.registerTask('ship', ['eslint', 'jsdoc']);
3635
grunt.registerTask('test', ['eslint', 'nodeunit']);
36+
grunt.registerTask('ship', ['test', 'jsdoc']);
3737
};

0 commit comments

Comments
 (0)