@scandipwa/magento-scripts 2.4.9-alpha.1 → 2.4.9-alpha.2

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.
@@ -189,11 +189,9 @@ const buildDockerFileInstructions = async (
189
189
  addgroup www-data ${username}`
190
190
  )
191
191
 
192
- if (ctx.isDockerDesktop) {
193
- dockerFileInstructions.run(
194
- `chown -R ${username}:${username} /composer/home/cache`
195
- )
196
- }
192
+ dockerFileInstructions.run(
193
+ `chown -R ${username}:${username} /composer/home/cache`
194
+ )
197
195
  }
198
196
 
199
197
  dockerFileInstructions.workDir(ctx.config.baseConfig.containerMagentoDir)
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Scripts and configuration used by CMA.",
4
4
  "homepage": "https://docs.create-magento-app.com/",
5
5
  "repository": "github:scandipwa/create-magento-app",
6
- "version": "2.4.9-alpha.1",
6
+ "version": "2.4.9-alpha.2",
7
7
  "main": "./index.js",
8
8
  "types": "./typings/index.d.ts",
9
9
  "license": "OSL-3.0",
@@ -59,5 +59,5 @@
59
59
  "@types/node": "^20.14.11",
60
60
  "@types/yargs": "^17.0.32"
61
61
  },
62
- "gitHead": "b26dcbe7ae4d2334db66adf0fecd6668154bbd22"
62
+ "gitHead": "d65444c5a20dab91d6b66534e8e997133aafd0f1"
63
63
  }