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

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.
@@ -1813,7 +1813,7 @@ ldap.max_links = -1
1813
1813
  [opcache]
1814
1814
  opcache.enable=1
1815
1815
  opcache.revalidate_freq=0
1816
- opcache.validate_timestamps=0
1816
+ opcache.validate_timestamps=1
1817
1817
  opcache.max_accelerated_files=100000
1818
1818
  opcache.memory_consumption=192
1819
1819
  opcache.max_wasted_percentage=10
@@ -108,16 +108,10 @@ const configureProject = () => ({
108
108
  {
109
109
  task: (ctx, task) => task.newListr([
110
110
  pullImages(),
111
- dockerNetwork.tasks.createNetwork(),
112
- volumes.createVolumes()
113
- ], { concurrent: true })
114
- },
115
- {
116
- task: (ctx, task) => task.newListr([
117
- checkPHPVersion(),
118
- getComposerVersionTask()
111
+ dockerNetwork.tasks.createNetwork()
119
112
  ], { concurrent: true })
120
113
  },
114
+ checkPHPVersion(),
121
115
  {
122
116
  task: (ctx, task) => task.newListr([
123
117
  buildProjectImage(),
@@ -126,7 +120,9 @@ const configureProject = () => ({
126
120
  concurrent: true
127
121
  })
128
122
  },
123
+ getComposerVersionTask(),
129
124
  prepareFileSystem(),
125
+ volumes.createVolumes(),
130
126
  installMagentoProject(),
131
127
  enableMagentoComposerPlugins(),
132
128
  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.14",
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": "5faac48ac69e1bf3783875604df023cacfccaa54"
58
58
  }