mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
rollup - fail when typescript has warnings or errors
Currently this is detected when building the docu. Since the developer rarely does that the problem is detected on github. This change allows the developer to discover the error early by failing the build.
This commit is contained in:
parent
9668f8d417
commit
eb87bcc037
@ -40,6 +40,7 @@ export default [
|
||||
}),
|
||||
typescript({
|
||||
tsconfig: './tsconfig.json',
|
||||
noEmitOnError: true,
|
||||
}),
|
||||
svg({ base64: true }),
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user