npm package diff

Package: @forge/cli-shared

Versions: 6.10.0-next.6 - 6.10.0-next.7

File: package/out/ui/text.js

Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -713,8 +713,11 @@
             lintWarning: (numWarnings) => {
                 const { pluralCheckedTotal } = checkLintTotalPlurals(0, numWarnings, 0, 0);
                 return log_color_1.LogColor.warn(`${pluralCheckedTotal} found. Run ${forge('lint')} to review the warnings.`);
             }
+        },
+        manifestVariables: {
+            error: log_color_1.LogColor.error(`Error: Manifest environment variables are not supported for builds. Please remove the environment variables from your manifest.yml before rerunning ${forge('build')}.\n`)
         }
     },
     deploy: {
         cmd: {