Skip to content

Commit

Permalink
Ignore TS errors on build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Oct 15, 2024
1 parent f362f06 commit f53004e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/nextjs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ const path = require('path');

/** @type {import('next').NextConfig} */
const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
// sassOptions: {
// includePaths: [path.join(__dirname, 'src/lib/components/src/styles')],
// },
Expand Down
6 changes: 6 additions & 0 deletions packages/blocks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ This package is in alpha stages, experimental, under heavy development, and is s
It's one of the Plone frontend strategic packages and part of the headless CMS story.

`@plone/blocks` is not part of Volto, and thus, is not used by it.

## EXPERIMENTAL

This package or app is experimental.
The community offers no support whatsoever for it.
Breaking changes may occur without notice.

0 comments on commit f53004e

Please sign in to comment.