@unito/integration-cli 0.64.3 → 0.64.4

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.
@@ -271,10 +271,11 @@ class Publish extends baseCommand_1.BaseCommand {
271
271
  }
272
272
  archiveIntegration() {
273
273
  const archivePath = tmp_1.default.tmpNameSync({ postfix: `.zip` });
274
- child_process_1.default.execSync(`git ls-files ':!:docs/' --cached --others --exclude-standard | zip -@ ${archivePath}`, {
274
+ child_process_1.default.execSync(`git ls-files ':!:docs/' ':!:test/' --cached --others --exclude-standard | zip -@ ${archivePath}`, {
275
275
  cwd: process.cwd(),
276
276
  env: { ...process.env },
277
277
  });
278
+ core_1.ux.log(chalk_1.default.yellowBright("Note: the 'docs' and 'test' folders are excluded from the published package."));
278
279
  return archivePath;
279
280
  }
280
281
  hashEmail(email) {
@@ -748,5 +748,5 @@
748
748
  ]
749
749
  }
750
750
  },
751
- "version": "0.64.3"
751
+ "version": "0.64.4"
752
752
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unito/integration-cli",
3
- "version": "0.64.3",
3
+ "version": "0.64.4",
4
4
  "description": "Integration CLI",
5
5
  "bin": {
6
6
  "integration-cli": "./bin/run"