Skip to content

Commit 4566b50

Browse files
committed
Update build tool to publish meteor
1 parent 4231bb2 commit 4566b50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/admin/register.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = function(callback) {
4040
outputDirectory = release.outputRoot + repo + '/',
4141
exec = process.exec,
4242
execSettings = {cwd: outputDirectory},
43-
updateNPM = 'npm publish'
43+
updateNPM = 'npm publish;meteor publish;'
4444
;
4545

4646
/* Register with NPM */

0 commit comments

Comments
 (0)