@shopify/create-app 0.15.0 → 0.24.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/dist/index.js CHANGED
@@ -48895,7 +48895,7 @@ new Conf({
48895
48895
  function runCreateApp() {
48896
48896
  const initIndex = process.argv.findIndex((arg) => arg.includes("init"));
48897
48897
  if (initIndex === -1) {
48898
- const initIndex2 = process.argv.findIndex((arg) => arg.includes("bin/run")) + 1;
48898
+ const initIndex2 = process.argv.findIndex((arg) => arg.includes("bin/create-app") || arg.includes("bin/dev") || arg.includes("bin/run")) + 1;
48899
48899
  process.argv.splice(initIndex2, 0, "init");
48900
48900
  }
48901
48901
  if (isDebug()) {