1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-02-23 23:03:26 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();