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