homey 4.0.9 → 4.0.11

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.
@@ -25,6 +25,7 @@ export const handler = async (yargs) => {
25
25
  try {
26
26
  const app = AppFactory.getAppInstance(yargs.path);
27
27
  await app.preprocess({
28
+ copyAppProductionDependencies: false,
28
29
  dockerSocketPath: yargs.dockerSocketPath,
29
30
  findLinks: yargs.findLinks,
30
31
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homey",
3
- "version": "4.0.9",
3
+ "version": "4.0.11",
4
4
  "description": "Command-line interface and type declarations for Homey Apps",
5
5
  "main": "bin/homey.js",
6
6
  "files": [