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: use correct publishDir when building from CLI with cwd option (#1264)
* fix: print full publish dir path when build not found
* fix: resolve PUBLISH_DIR instead of join with cwd
* chore: snapidoo
* chore: snapshot
Co-authored-by: Matt Kane <[email protected]>
: `In most cases it should be set to ".next", unless you have chosen a custom "distDir" in your Next config.`
69
69
70
70
returnfailBuild(outdent`
71
-
The directory "${path.relative(
72
-
process.cwd(),
73
-
publish,
74
-
)}" does not contain a Next.js production build. Perhaps the build command was not run, or you specified the wrong publish directory.
71
+
The directory "${publish}" does not contain a Next.js production build. Perhaps the build command was not run, or you specified the wrong publish directory.
75
72
${outWarning}
76
73
If you are using "next export" then you should set the environment variable NETLIFY_NEXT_PLUGIN_SKIP to "true".
0 commit comments