Skip to content

Commit

Permalink
Merge pull request #64 from waldo-vision/fix/release-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Huskydog9988 authored Dec 31, 2022
2 parents 46b28ed + 42a96f1 commit 57b8560
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ const nextConfig = {
locales: ['en-US'],
defaultLocale: 'en-US',
},
eslint: {
ignoreDuringBuilds: true,
},
typescript: {
// TODO: remove once errors are fixed
// this is only so we can test the docker ci
Expand Down

0 comments on commit 57b8560

Please sign in to comment.