You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: bundle edge functions if they exist on deploy --no-build (#7743)
* test: adjust EF deploy tests to not add netlifyConfig configuration and use inline config, also add cases for internal and framework functions
* fix: bundle edge functions if they exist on deploy --no-build
// We log our own progress so we don't want this as well. Plus, this logs much of the same
728
729
// information as the build that (likely) came before this as part of the deploy build.
729
730
quiet: options.debug??true,
730
-
// @ts-expect-error FIXME(serhalp): This is missing from the `runCoreSteps` type in @netlify/build
731
+
// (cachedConfig type error hides this one, but it still is valid) @ts-expect-error FIXME(serhalp): This is missing from the `runCoreSteps` type in @netlify/build
0 commit comments