File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
// https://github.com/microsoft/vscode/issues/93001
15
15
"label" : " gulp: tests" ,
16
16
"type" : " npm" ,
17
- "script" : " build:tests -- --no-typecheck " ,
17
+ "script" : " build:tests:notypecheck " ,
18
18
"group" : " build" ,
19
19
"hide" : true ,
20
20
"problemMatcher" : [
44
44
{
45
45
"label" : " npm: build:tests" ,
46
46
"type" : " npm" ,
47
- "script" : " build:tests -- --no-typecheck " ,
47
+ "script" : " build:tests:notypecheck " ,
48
48
"group" : " build" ,
49
49
"problemMatcher" : [
50
50
" $tsc"
Original file line number Diff line number Diff line change 86
86
"build" : " npm run build:compiler && npm run build:tests" ,
87
87
"build:compiler" : " hereby local" ,
88
88
"build:tests" : " hereby tests" ,
89
+ "build:tests:notypecheck" : " hereby tests --no-typecheck" ,
89
90
"start" : " node lib/tsc" ,
90
91
"clean" : " hereby clean" ,
91
92
"gulp" : " hereby" ,
You can’t perform that action at this time.
0 commit comments