1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-31 17:42:15 +02:00

build fix

This commit is contained in:
codecalm
2020-06-05 18:39:34 +02:00
parent b6d6f22436
commit dc7373b67d

View File

@@ -490,7 +490,7 @@ gulp.task('changelog-image', function (cb) {
let newIcons = [];
ret.replace(/[AD]\s+src\/_icons\/([a-z0-9-]+)\.svg/g, function (m, fileName) {
ret.replace(/[A]\s+src\/_icons\/([a-z0-9-]+)\.svg/g, function (m, fileName) {
newIcons.push(fileName);
});