Add app and styles tasks
This commit is contained in:
parent
7966786572
commit
5ea5d4d28d
@ -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'], () => {
|
||||
|
Reference in New Issue
Block a user