@shopify/create-app 0.16.0 → 0.17.0
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/CHANGELOG.md +6 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -48892,6 +48892,7 @@ new Conf({
|
|
|
48892
48892
|
projectVersion: cliKitPackageJson.version
|
|
48893
48893
|
});
|
|
48894
48894
|
|
|
48895
|
+
console.log(JSON.stringify(process.argv));
|
|
48895
48896
|
function runCreateApp() {
|
|
48896
48897
|
const initIndex = process.argv.findIndex((arg) => arg.includes("init"));
|
|
48897
48898
|
if (initIndex === -1) {
|