mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-23 06:02:57 +02:00
build png images fix
This commit is contained in:
@@ -355,4 +355,4 @@ gulp.task('svg-to-png', gulp.series('build-jekyll', 'clean-png', async (cb) => {
|
|||||||
cb();
|
cb();
|
||||||
}));
|
}));
|
||||||
|
|
||||||
gulp.task('build', gulp.series('optimize', 'build-jekyll', 'build-copy', 'icons-sprite', 'icons-preview', 'build-zip'));
|
gulp.task('build', gulp.series('optimize', 'build-jekyll', 'build-copy', 'icons-sprite', 'icons-preview', 'svg-to-png', 'build-zip'));
|
||||||
|
@@ -41,7 +41,7 @@
|
|||||||
},
|
},
|
||||||
"release-it": {
|
"release-it": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"after:bump": "npm run build && npm run png",
|
"after:bump": "npm run build",
|
||||||
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
|
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
|
||||||
},
|
},
|
||||||
"git": {
|
"git": {
|
||||||
|
Reference in New Issue
Block a user