mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
add return to license check
This commit is contained in:
@@ -15,7 +15,7 @@ gulp.task('clean', function () {
|
||||
});
|
||||
|
||||
gulp.task('license', function () {
|
||||
gulp.src('./app/**/*.ts')
|
||||
return gulp.src('./app/**/*.ts')
|
||||
.pipe(license({
|
||||
path: 'app/license_header.txt',
|
||||
blocking: false,
|
||||
|
Reference in New Issue
Block a user