rman 0.36.2 → 0.36.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -76,7 +76,7 @@ class PublishCommand extends run_command_js_1.RunCommand {
76
76
  cwd = path_1.default.join(pkg.dirname, contents);
77
77
  }
78
78
  const npmHelper = new npm_utils_js_1.NpmHelper({ cwd: pkg.dirname, userconfig: this.options.userconfig });
79
- return super._exec(pkg, 'echo npm publish' +
79
+ return super._exec(pkg, 'npm publish' +
80
80
  (this.options.access ? ' --access=' + this.options.access : '') +
81
81
  (npmHelper.userconfig ? ` --userconfig="${npmHelper.userconfig}"` : ''), {
82
82
  ...args,
@@ -72,7 +72,7 @@ export class PublishCommand extends RunCommand {
72
72
  cwd = path.join(pkg.dirname, contents);
73
73
  }
74
74
  const npmHelper = new NpmHelper({ cwd: pkg.dirname, userconfig: this.options.userconfig });
75
- return super._exec(pkg, 'echo npm publish' +
75
+ return super._exec(pkg, 'npm publish' +
76
76
  (this.options.access ? ' --access=' + this.options.access : '') +
77
77
  (npmHelper.userconfig ? ` --userconfig="${npmHelper.userconfig}"` : ''), {
78
78
  ...args,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rman",
3
3
  "description": "Monorepo repository manager",
4
- "version": "0.36.2",
4
+ "version": "0.36.3",
5
5
  "author": "Panates",
6
6
  "license": "MIT",
7
7
  "dependencies": {