diff options
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 dc9eb09b..aede1d5a 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ ], "homepage": "https://github.com/tabler/tabler-icons#readme", "scripts": { - "start": "bundle exec jekyll serve --watch --livereload --trace", + "start": "bundle exec jekyll serve --watch --livereload --trace --livereload_port 8888", "optimize": "gulp optimize", "release": "release-it" }, |