File tree Expand file tree Collapse file tree 2 files changed +27
-5
lines changed
Expand file tree Collapse file tree 2 files changed +27
-5
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,8 @@ updates:
1010 schedule :
1111 interval : daily
1212 open-pull-requests-limit : 10
13+ - package-ecosystem : npm
14+ directory : " /scripts"
15+ schedule :
16+ interval : daily
17+ open-pull-requests-limit : 10
Original file line number Diff line number Diff line change 11{
22 // See https://go.microsoft.com/fwlink/?LinkId=733558
33 // for the documentation about the tasks.json format
4- "version" : " 0.1 .0" ,
4+ "version" : " 2.0 .0" ,
55 "command" : " tsc" ,
6- "isShellCommand" : true ,
7- "args" : [" -p" , " ." ],
8- "showOutput" : " silent" ,
9- "problemMatcher" : " $tsc"
6+ "args" : [
7+ " -p" ,
8+ " ."
9+ ],
10+ "problemMatcher" : " $tsc" ,
11+ "tasks" : [
12+ {
13+ "label" : " tsc" ,
14+ "type" : " shell" ,
15+ "command" : " tsc" ,
16+ "args" : [
17+ " -p" ,
18+ " ."
19+ ],
20+ "problemMatcher" : " $tsc" ,
21+ "group" : {
22+ "_id" : " build" ,
23+ "isDefault" : false
24+ }
25+ }
26+ ]
1027}
You can’t perform that action at this time.
0 commit comments