mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
remove test from default task
This commit is contained in:
parent
64cd822bd1
commit
4be5aca691
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
// Lint and build CSS
|
||||
module.exports = function (grunt) {
|
||||
grunt.registerTask('default', ['jshint:source', 'less', 'test']);
|
||||
grunt.registerTask('default', ['jshint:source', 'less']);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue