@stackable-labs/cli-app-extension 1.36.2 → 1.36.3
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 +1 -7
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1867,7 +1867,6 @@ var App = ({ command, token, userId, orgId, initialName, initialExtensionId, opt
|
|
|
1867
1867
|
if (command === "update" /* UPDATE */ && initialExtensionId) skipped.add("extensionSelect");
|
|
1868
1868
|
if (studioProject) {
|
|
1869
1869
|
if (command === "create" /* CREATE */) {
|
|
1870
|
-
skipped.add("name");
|
|
1871
1870
|
skipped.add("template");
|
|
1872
1871
|
skipped.add("targets");
|
|
1873
1872
|
}
|
|
@@ -1906,12 +1905,7 @@ var App = ({ command, token, userId, orgId, initialName, initialExtensionId, opt
|
|
|
1906
1905
|
setExtensionId(project.extensionId);
|
|
1907
1906
|
}
|
|
1908
1907
|
if (command === "create" /* CREATE */) {
|
|
1909
|
-
|
|
1910
|
-
setOutputDir(join3(process.cwd(), toKebabCase(project.name)));
|
|
1911
|
-
setStep("confirm");
|
|
1912
|
-
} else {
|
|
1913
|
-
setStep("settings");
|
|
1914
|
-
}
|
|
1908
|
+
setStep("name");
|
|
1915
1909
|
} else if (command === "scaffold" /* SCAFFOLD */) {
|
|
1916
1910
|
if (project.extensionId) {
|
|
1917
1911
|
setStep("confirmTargets");
|