1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-31 09:32:04 +02:00

Update gulpfile.js

This commit is contained in:
Paweł Kuna
2020-09-21 14:02:04 +02:00
committed by GitHub
parent 98f489e283
commit 4b7dae601e

View File

@@ -588,7 +588,7 @@ gulp.task('svg-to-react', gulp.series('clean-react', async function (cb) {
});
fs.writeFileSync('icons-react/index.js', indexCode);
fs.writeFileSync('icons-react/index.d.js', indexDCode);
fs.writeFileSync('icons-react/index.d.ts', indexDCode);
});
cb();