mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Add jshint:core to default build
This commit is contained in:
parent
9f3233175b
commit
3de2f3d1da
@ -84,7 +84,7 @@ module.exports = function(grunt) {
|
||||
grunt.loadNpmTasks('grunt-simple-mocha');
|
||||
grunt.loadNpmTasks('grunt-contrib-jshint');
|
||||
|
||||
grunt.registerTask('default', ['jshint:tests','simplemocha']);
|
||||
grunt.registerTask('default', ['jshint:core','jshint:tests','simplemocha']);
|
||||
grunt.registerTask('all', ['jshint:core','jshint:nodes','jshint:editor','default']);
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user