@scandipwa/magento-scripts 2.0.0-alpha.13 → 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.
- package/lib/tasks/start.js +2 -6
- package/package.json +2 -2
package/lib/tasks/start.js
CHANGED
|
@@ -111,12 +111,7 @@ const configureProject = () => ({
|
|
|
111
111
|
dockerNetwork.tasks.createNetwork()
|
|
112
112
|
], { concurrent: true })
|
|
113
113
|
},
|
|
114
|
-
|
|
115
|
-
task: (ctx, task) => task.newListr([
|
|
116
|
-
checkPHPVersion(),
|
|
117
|
-
getComposerVersionTask()
|
|
118
|
-
], { concurrent: true })
|
|
119
|
-
},
|
|
114
|
+
checkPHPVersion(),
|
|
120
115
|
{
|
|
121
116
|
task: (ctx, task) => task.newListr([
|
|
122
117
|
buildProjectImage(),
|
|
@@ -125,6 +120,7 @@ const configureProject = () => ({
|
|
|
125
120
|
concurrent: true
|
|
126
121
|
})
|
|
127
122
|
},
|
|
123
|
+
getComposerVersionTask(),
|
|
128
124
|
prepareFileSystem(),
|
|
129
125
|
volumes.createVolumes(),
|
|
130
126
|
installMagentoProject(),
|
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.
|
|
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": "
|
|
57
|
+
"gitHead": "5faac48ac69e1bf3783875604df023cacfccaa54"
|
|
58
58
|
}
|