1
0
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:
Nick O'Leary 2014-07-01 23:50:17 +01:00
parent 9f3233175b
commit 3de2f3d1da

View File

@ -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']);
};