()
| 63 | } |
| 64 | |
| 65 | function compileScripts() { |
| 66 | return gulp.src(paths.scriptFiles).pipe(tsProject()).pipe(transformJs()).pipe(gulp.dest('dist')) |
| 67 | } |
| 68 | |
| 69 | const buildTasks: TaskFunction[] = [ |
| 70 | clean as TaskFunction, |
nothing calls this directly
no test coverage detected