diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index cd9423f..57a24c4 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "start": "bundle exec jekyll serve --watch --livereload", "build": "gulp build", "png": "gulp svg-to-png", + "zip": "gulp build-zip", "release": "release-it" }, "description": "", |