Skip to content

Commit

Permalink
chore: remove ci
Browse files Browse the repository at this point in the history
  • Loading branch information
besscroft committed Apr 21, 2024
1 parent 6350341 commit 273d28d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 170 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/build-dev.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/build-main.yaml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/build-release.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions Dockerfile

This file was deleted.

3 changes: 3 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ const nextConfig = {
eslint: {
ignoreDuringBuilds: true,
},
typescript: {
ignoreBuildErrors: true,
},
};

export default nextConfig;

0 comments on commit 273d28d

Please sign in to comment.