Skip to content

Commit 0456d6c

Browse files
committed
fix: changes from review
1 parent d9451e8 commit 0456d6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

helpers/hasCorrectNextConfig.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ const hasCorrectNextConfig = async ({ nextConfigPath, failBuild }) => {
1111
const isValidTarget = acceptableTargets.includes(target)
1212
if (!isValidTarget) {
1313
console.log(
14-
`The "target" config property must be one of "${acceptableTargets.join('", "')}". Setting it to "serverless".`,
14+
`The "target" config property must be one of "${acceptableTargets.join(
15+
'", "',
16+
)}". Building with "serverless" target.`,
1517
)
1618

1719
/* eslint-disable fp/no-delete, node/no-unpublished-require */

0 commit comments

Comments
 (0)