fix the test CI (#1405)
* run tests without concurrency * do not use cache in rpt2 during test
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build:all": "NODE_OPTIONS='--max-old-space-size=4096' yarn run concurrently --success=all -r -m=1 'yarn workspaces-to-typescript-project-references' 'yarn turbo run prepublish'",
|
||||
"test": "yarn run concurrently --success=all -r -m=1 'yarn workspaces-to-typescript-project-references --check' 'yarn turbo run test'",
|
||||
"test": "yarn run concurrently --success=all -r -m=1 'yarn workspaces-to-typescript-project-references --check' 'yarn turbo run test --concurrency=1'",
|
||||
"test:watch": "yarn turbo run test:watch",
|
||||
"test:update": "yarn turbo run test:update",
|
||||
"format": "yarn prettier --write '**/*.{ts,md}'",
|
||||
|
||||
@@ -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