gulp.task("yarn:lint", () => {
  return gulp.src(TYPESCRIPT_SOURCE_DIR).pipe(run(`yarn run lint`));
});