From b33a10fe2d04de8fe49ab52b3a8541f07addc7d3 Mon Sep 17 00:00:00 2001 From: Stuart Colville Date: Wed, 25 Sep 2019 10:00:49 +0100 Subject: [PATCH] Add start command without incremental option. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1eb41685..632c5a8a 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "clean": "rimraf './.jekyll-cache/' && jekyll clean", "build": "JEKYLL_ENV=production SVGO_BIN='node_modules/svgo/bin/svgo' jekyll build", "start": "jekyll serve --unpublished --incremental --config _config.yml,_config_local.yml", + "start-no-increment": "jekyll serve --unpublished --config _config.yml,_config_local.yml", "start-prodlike": "SVGO_BIN='node_modules/svgo/bin/svgo' jekyll serve" } }