mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
rollup - fail when typescript has warnings or errors (#154)
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
18030b8bc0
@ -40,6 +40,7 @@ export default [
|
||||
}),
|
||||
typescript({
|
||||
tsconfig: './tsconfig.json',
|
||||
noEmitOnError: true,
|
||||
}),
|
||||
svg({ base64: true }),
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user