@scandipwa/magento-scripts 2.0.0-alpha.11 → 2.0.0-alpha.12

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.
@@ -108,8 +108,7 @@ const configureProject = () => ({
108
108
  {
109
109
  task: (ctx, task) => task.newListr([
110
110
  pullImages(),
111
- dockerNetwork.tasks.createNetwork(),
112
- volumes.createVolumes()
111
+ dockerNetwork.tasks.createNetwork()
113
112
  ], { concurrent: true })
114
113
  },
115
114
  {
@@ -127,6 +126,7 @@ const configureProject = () => ({
127
126
  })
128
127
  },
129
128
  prepareFileSystem(),
129
+ volumes.createVolumes(),
130
130
  installMagentoProject(),
131
131
  enableMagentoComposerPlugins(),
132
132
  startServices(),
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.0.0-alpha.11",
6
+ "version": "2.0.0-alpha.12",
7
7
  "main": "./index.js",
8
8
  "types": "./typings/index.d.ts",
9
9
  "license": "OSL-3.0",
@@ -54,5 +54,5 @@
54
54
  "mysql",
55
55
  "scandipwa"
56
56
  ],
57
- "gitHead": "b66794d8d364bb6f5a56a826e74a30c3914c17f9"
57
+ "gitHead": "8dd4c7148b86e5190bea50579b97375a2f1aee2d"
58
58
  }