mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-14 19:16:17 -06:00
Make 'gulp min' build tsc/tsserver in parallel
This commit is contained in:
parent
e4f3b23e06
commit
1515374a2b
@ -232,7 +232,7 @@ task("watch-tsserver").flags = {
|
||||
" --built": "Compile using the built version of the compiler."
|
||||
}
|
||||
|
||||
task("min", series(lkgPreBuild, buildTsc, buildServer));
|
||||
task("min", series(lkgPreBuild, parallel(buildTsc, buildServer)));
|
||||
task("min").description = "Builds only tsc and tsserver";
|
||||
task("min").flags = {
|
||||
" --built": "Compile using the built version of the compiler."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user