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 da9e0d97..3dcb4f3f 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": "", |