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}'",
|
||||
|
||||
Reference in New Issue
Block a user