@scandipwa/magento-scripts 2.4.0-alpha.3 → 2.4.0-alpha.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.
@@ -277,7 +277,7 @@ const installMagentoProject = () => ({
277
277
  title: 'Installing Magento dependencies',
278
278
  task: async () => {
279
279
  try {
280
- await runComposerCommand(ctx, 'install -vvv', {
280
+ await runComposerCommand(ctx, 'install', {
281
281
  callback: !ctx.verbose
282
282
  ? undefined
283
283
  : (t) => {
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.0-alpha.3",
6
+ "version": "2.4.0-alpha.4",
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": "13e109c2d3475127df939b7a95bc0140927d4227"
62
+ "gitHead": "44e76144f6979996e604a6a57088ac139ae88731"
63
63
  }