diff --git a/gulpfile.js b/gulpfile.js index 8f0b8ea..dbc2055 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -172,6 +172,10 @@ gulp.task('api', () => { .pipe(gulp.dest('dist/api/')); }); +gulp.task('app', ['html', 'system-build', 'ts-lint']); + +gulp.task('styles', ['html', 'scss-lint', 'scss']); + gulp.task('test', ['coverage', 'test-api']); gulp.task('test-app', ['tsc'], () => {