diff options
author | codecalm <codecalm@gmail.com> | 2020-03-22 13:15:06 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-22 13:15:06 +0100 |
commit | 4b87e2b0efd7ef91229145b27b347280e94a1863 (patch) | |
tree | 17ae1fd365afd6a81c5cf14ed1ff7a98ef58db39 /package.json | |
parent | new releases flow (diff) | |
download | tabler-icons-4b87e2b0efd7ef91229145b27b347280e94a1863.tar.xz |
build png images fix
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index d6f8e615..d216e1fd 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": { |