From 88a2d84ad13835bf664b6a735ee294d387974e07 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 5 Nov 2021 22:15:33 +0100 Subject: [PATCH] fixing debug --- home/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/package.json b/home/package.json index 60ccac8a..a93ffb08 100644 --- a/home/package.json +++ b/home/package.json @@ -5,7 +5,7 @@ "scripts": { "preinstall": "npx npm-force-resolutions", "setup": "gem install bundler && bundle install && npm i", - "start": "concurrently --kill-others \"npm run css:dev\" \"jekyll serve\"", + "start": "concurrently --kill-others \"npm run css:dev\" \"bundle exec jekyll serve\"", "build": "npm run css:rel && jekyll build", "css:dev": "parcel watch styles/index.css --no-source-maps", "css:rel": "parcel build styles/index.css --no-source-maps"