aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-22 13:15:06 +0100
committercodecalm <codecalm@gmail.com>2020-03-22 13:15:06 +0100
commit4b87e2b0efd7ef91229145b27b347280e94a1863 (patch)
tree17ae1fd365afd6a81c5cf14ed1ff7a98ef58db39
parentnew releases flow (diff)
downloadtabler-icons-4b87e2b0efd7ef91229145b27b347280e94a1863.tar.xz
build png images fix
-rw-r--r--gulpfile.js2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js
index cb820ad..9afd7e0 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -355,4 +355,4 @@ gulp.task('svg-to-png', gulp.series('build-jekyll', 'clean-png', async (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'));
diff --git a/package.json b/package.json
index d6f8e61..d216e1f 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
},
"release-it": {
"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}."
},
"git": {