Browse Source

Update build tool to publish meteor

fix-flex
Jack 7 years ago
parent
commit
4566b50512
1 changed files with 1 additions and 1 deletions
  1. 2
      tasks/admin/register.js

2
tasks/admin/register.js

@ -40,7 +40,7 @@ module.exports = function(callback) {
outputDirectory = release.outputRoot + repo + '/',
exec = process.exec,
execSettings = {cwd: outputDirectory},
updateNPM = 'npm publish'
updateNPM = 'npm publish;meteor publish;'
;
/* Register with NPM */

Loading…
Cancel
Save