mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
chore(Grunt): make grunt test only run node tests
This commit is contained in:
parent
2de53a7d03
commit
5140a0cae5
|
@ -119,8 +119,8 @@ module.exports = function (grunt) {
|
|||
|
||||
grunt.registerTask('concatenate', ['concat']);
|
||||
grunt.registerTask('lint', ['jshint', 'jscs']);
|
||||
grunt.registerTask('test', ['lint', 'concat', 'simplemocha']);
|
||||
grunt.registerTask('test-without-building', ['simplemocha']);
|
||||
grunt.registerTask('test', ['lint', 'concat', 'simplemocha:node']);
|
||||
grunt.registerTask('test-without-building', ['simplemocha:node']);
|
||||
grunt.registerTask('build', ['test', 'uglify']);
|
||||
grunt.registerTask('prep-release', ['build', 'changelog']);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user