We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4231bb2 commit 4566b50Copy full SHA for 4566b50
1 file changed
tasks/admin/register.js
@@ -40,7 +40,7 @@ module.exports = function(callback) {
40
outputDirectory = release.outputRoot + repo + '/',
41
exec = process.exec,
42
execSettings = {cwd: outputDirectory},
43
- updateNPM = 'npm publish'
+ updateNPM = 'npm publish;meteor publish;'
44
;
45
46
/* Register with NPM */
0 commit comments