Skip to content

Commit eb7e5cc

Browse files
committed
Don't ignore build/TS errors
1 parent 997fa3a commit eb7e5cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

next.config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ configuration = {
3636
// Dangerously allow production builds to successfully complete even if
3737
// your project has type errors.
3838
// !! WARN !!
39-
ignoreBuildErrors: true,
40-
ignoreDevErrors: true,
39+
ignoreBuildErrors: false,
4140
},
4241
// Disabling file-system routing to always use custom server.
4342
// useFileSystemPublicRoutes: false,

0 commit comments

Comments
 (0)