File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 42
42
},
43
43
"scripts" : {
44
44
"build:all" : " NODE_OPTIONS='--max-old-space-size=4096' yarn turbo run prepublish" ,
45
- "update- references" : " yarn workspaces-to-typescript-project-references" ,
46
- "test" : " yarn run concurrently --success=all -r -m=1 'yarn workspaces-to-typescript-project-references --check' 'yarn turbo run test --concurrency=1 --continue' " ,
45
+ "references:update " : " yarn workspaces-to-typescript-project-references" ,
46
+ "test" : " yarn turbo run test --concurrency=1 --continue" ,
47
47
"test:watch" : " yarn turbo run test:watch" ,
48
48
"test:update" : " yarn turbo run test:update" ,
49
49
"check-types" : " yarn turbo run check-types --continue" ,
Original file line number Diff line number Diff line change 9
9
],
10
10
"tasks" : {
11
11
"prepublish" : {
12
- "dependsOn" : [" ^prepublish" , " //#update- references" ],
12
+ "dependsOn" : [" ^prepublish" , " //#references:update " ],
13
13
"outputs" : [
14
14
" lib/**" ,
15
15
" es/**" ,
38
38
"cache" : false
39
39
},
40
40
"lint" : {},
41
- "check-types" : {},
42
- "//#update-references" : {
41
+ "check-types" : {
42
+ "dependsOn" : [" //#references:update" ]
43
+ },
44
+ "//#references:update" : {
43
45
"inputs" : [" packages/*/package.json" , " packages/plugins/*/package.json" ],
44
46
"outputs" : [
45
47
" packages/*/tsconfig.json" ,
You can’t perform that action at this time.
0 commit comments