1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-11 19:06:50 +02:00

Removed check-deploy task from default

This commit is contained in:
Max Guglielmi 2015-09-04 23:51:10 +10:00
parent 604e1f8853
commit d3cb82201e

View file

@ -250,8 +250,7 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-contrib-stylus');
grunt.loadNpmTasks('grunt-gh-pages');
grunt.registerTask('default',
['build', 'test', 'build-demos', 'esdoc', 'check-deploy']);
grunt.registerTask('default', ['build', 'test', 'build-demos', 'esdoc']);
// Development server
grunt.registerTask('server', ['webpack-dev-server:start']);