mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
Fix 'dist' folder cleanup
This commit is contained in:
parent
d75d5c8724
commit
2ccd94d2bf
@ -10,7 +10,7 @@ const tsconfig = require('tsconfig-glob');
|
|||||||
|
|
||||||
// clean the contents of the distribution directory
|
// clean the contents of the distribution directory
|
||||||
gulp.task('clean', function () {
|
gulp.task('clean', function () {
|
||||||
return del('dist');
|
return del('dist/*');
|
||||||
});
|
});
|
||||||
|
|
||||||
// copy static assets - i.e. non TypeScript compiled source
|
// copy static assets - i.e. non TypeScript compiled source
|
||||||
|
Loading…
x
Reference in New Issue
Block a user