build: remove "test.sh" script (#27937)
test.sh is no longer needed... all the tests should now be executed via bazel. if for whatever reason we need to run the legacy unit test setup, we should should follow the commands that we use to execute those tests in .circle/config.yaml PR Close #27937
This commit is contained in:

committed by
Andrew Kushnir

parent
cc35feb445
commit
302506e940
@ -1,10 +0,0 @@
|
||||
{
|
||||
"extends": "./tsconfig-build.json",
|
||||
|
||||
"compilerOptions": {
|
||||
"outDir": "../../dist/tools/@angular/compiler-cli",
|
||||
"paths": {
|
||||
"@angular/compiler": ["../../dist/tools/@angular/compiler"]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user