File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ jobs:
184
184
- run :
185
185
name : Validate Circular Dependencies
186
186
command : yarn ts-circular-deps:check
187
- - run :
188
- command : yarn -s admin validate
187
+ - run : yarn -s admin validate
188
+ - run : yarn -s check-tooling-setup
189
189
190
190
e2e-cli :
191
191
parameters :
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../tsconfig.json" ,
3
+ "compilerOptions" : {
4
+ "noEmit" : true
5
+ },
6
+ "include" : [" **/*.ts" ],
7
+ "exclude" : []
8
+ }
Original file line number Diff line number Diff line change 32
32
"public-api:check" : " node goldens/public-api/manage.js test" ,
33
33
"public-api:update" : " node goldens/public-api/manage.js accept" ,
34
34
"ts-circular-deps:check" : " ng-dev ts-circular-deps check --config ./packages/circular-deps-test.conf.js" ,
35
- "ts-circular-deps:approve" : " ng-dev ts-circular-deps approve --config ./packages/circular-deps-test.conf.js"
35
+ "ts-circular-deps:approve" : " ng-dev ts-circular-deps approve --config ./packages/circular-deps-test.conf.js" ,
36
+ "check-tooling-setup" : " tsc --project .ng-dev/tsconfig.json"
36
37
},
37
38
"repository" : {
38
39
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments