aboutsummaryrefslogtreecommitdiff
path: root/package.json
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 /package.json
parentnew releases flow (diff)
downloadtabler-icons-4b87e2b0efd7ef91229145b27b347280e94a1863.tar.xz
build png images fix
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
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": {