function build()

in gulpfile.js [32:34]


function build() {
  return runSpawn(process.execPath, ['node_modules/typescript/bin/tsc']);
}