mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
remove test from default task
This commit is contained in:
parent
d7094d5d6c
commit
d89c25ff35
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