mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08:00
fix: Force type safety in design system (no-changelog) (#9586)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
parent
05dba623eb
commit
5686e2222c
|
@ -30,7 +30,7 @@ export const vitestConfig = defineVitestConfig({
|
||||||
}) as UserConfig;
|
}) as UserConfig;
|
||||||
|
|
||||||
const plugins = [vue()];
|
const plugins = [vue()];
|
||||||
if (process.env.ENABLE_TYPE_CHECKING === 'true') {
|
if (!process.env.VITEST) {
|
||||||
plugins.push(checker({ vueTsc: true }));
|
plugins.push(checker({ vueTsc: true }));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue