aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-21 16:45:08 +0200
committercodecalm <codecalm@gmail.com>2020-09-21 16:45:08 +0200
commit7475d573359572d9e210617b9ad138c4979460f6 (patch)
treec2c9553d62baed970436f8f3181383601b3a7e0c /package.json
parentmain fix (diff)
downloadtabler-icons-7475d573359572d9e210617b9ad138c4979460f6.tar.xz
percentage icon
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 dc9eb09..aede1d5 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"
},