@cloudbase/cli 2.6.0-alpha.6 → 2.6.0-alpha.7

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.
@@ -229,7 +229,7 @@ let FunDeployCommand = class FunDeployCommand extends common_1.Command {
229
229
  envId,
230
230
  serviceName,
231
231
  filePath: source,
232
- fileToIgnore: includeNodeModules ? [] : ['node_modules', 'node_modules/**/*']
232
+ fileToIgnore: ['logs', 'logs/**/*'].concat(includeNodeModules ? [] : ['node_modules', 'node_modules/**/*'])
233
233
  });
234
234
  packageName = PackageName;
235
235
  packageVersion = PackageVersion;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/cli",
3
- "version": "2.6.0-alpha.6",
3
+ "version": "2.6.0-alpha.7",
4
4
  "description": "cli tool for cloudbase",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {