@shopify/shop-minis-cli 0.0.50 → 0.0.51
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.
|
@@ -25,7 +25,7 @@ export const command = new Command()
|
|
|
25
25
|
const updatedCLIVersion = await getCLIVersionFromNodeModules();
|
|
26
26
|
outputDebug(`Updated CLI: ${CURRENT_CLI_VERSION} to ${updatedCLIVersion}`);
|
|
27
27
|
await execAsync({
|
|
28
|
-
cmd: await getRunScriptCommand('shop
|
|
28
|
+
cmd: await getRunScriptCommand('shop-minis generate-graphql-types'),
|
|
29
29
|
loadingMessage: 'Recreating graphql types',
|
|
30
30
|
successMessage: 'GraphQL types updated',
|
|
31
31
|
});
|