Skip to content

Commit 5b71269

Browse files
committed
fix: changes from review
1 parent 8dc7ca1 commit 5b71269

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

helpers/hasCorrectNextConfig.js

+3-1
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)