mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +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.task('license', function () {
|
||||||
gulp.src('./app/**/*.ts')
|
return gulp.src('./app/**/*.ts')
|
||||||
.pipe(license({
|
.pipe(license({
|
||||||
path: 'app/license_header.txt',
|
path: 'app/license_header.txt',
|
||||||
blocking: false,
|
blocking: false,
|
||||||
|
Reference in New Issue
Block a user