Skip to content

Commit

Permalink
Remove publish-meteor from release task
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Dec 31, 2014
1 parent 4c60d3c commit d009cd6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,12 +246,11 @@ module.exports = function (grunt) {
'test:node'
]);

grunt.registerTask('publish-meteor', ['exec:meteor-init', 'exec:meteor-publish', 'exec:meteor-cleanup']);
grunt.registerTask('meteor-publish', ['exec:meteor-init', 'exec:meteor-publish', 'exec:meteor-cleanup']);

// Task to be run when releasing a new version
grunt.registerTask('release', [
'jshint', 'nodeunit', 'concat', 'embedLocales',
'component', 'uglify:main',
'publish-meteor'
'component', 'uglify:main'
]);
};

0 comments on commit d009cd6

Please sign in to comment.