fix the test CI (#1405)
* run tests without concurrency * do not use cache in rpt2 during test
This commit is contained in:
@@ -13,6 +13,7 @@ export async function compileTSCode(inputFilePath: string) {
|
||||
resolve() as unknown as rollup.Plugin,
|
||||
_typescript({
|
||||
tsconfigOverride: { compilerOptions: { module: 'ESNext' } },
|
||||
clean: true,
|
||||
}) as unknown as rollup.Plugin,
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user