Skip to content

Commit

Permalink
Reconfigured the npm scripts and small portion of the gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
supernomad committed Jun 17, 2015
1 parent fbe9f84 commit f3e24e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ module.exports = function(grunt) {
}
});

grunt.registerTask('default', ['mkdir:testDir', 'mocha_istanbul:coverage', 'coveralls:coverage']);
grunt.registerTask('build', ['mkdir:testDir', 'mocha_istanbul:coverage', 'coveralls:coverage']);
grunt.registerTask('default', ['mkdir:testDir', 'mocha_istanbul:coverage']);
};
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "An async upload/download nodejs library leveraging express.js and socket.io. Provides standard, chunked, and udp style transfers.",
"main": "chunky.js",
"scripts": {
"test": "grunt",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
"test": "grunt build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f3e24e2

Please sign in to comment.