@nu-art/commando 0.204.39 → 0.204.40

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.
Files changed (2) hide show
  1. package/cli/pnpm.js +2 -0
  2. package/package.json +1 -1
package/cli/pnpm.js CHANGED
@@ -28,6 +28,7 @@ class Cli_PNPM extends ts_common_1.Logger {
28
28
  this.isInstalled = () => !!process.env[this._homeEnvVar];
29
29
  this.installPackages = async (commando) => {
30
30
  await (commando !== null && commando !== void 0 ? commando : cli_1.Commando.create())
31
+ .append(`source /home/jenkins/.bashrc`)
31
32
  .append(`pnpm store prune`)
32
33
  .append(`pnpm install -f --no-frozen-lockfile --prefer-offline false`)
33
34
  .execute();
@@ -78,6 +79,7 @@ class Cli_PNPM extends ts_common_1.Logger {
78
79
  }
79
80
  async getVersion() {
80
81
  const commando = cli_1.Commando.create(programming_1.Cli_Programming, basic_1.Cli_Basic);
82
+ commando.append(`source /home/jenkins/.bashrc`);
81
83
  return commando.if('[[ -x "$(command -v pnpm)" ]]', (commando) => {
82
84
  commando.cli.append('pnpm --version');
83
85
  }).execute();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/commando",
3
- "version": "0.204.39",
3
+ "version": "0.204.40",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "TacB0sS",