From 6fa2678f4351e777993ff82c3a59da250bd32aeb Mon Sep 17 00:00:00 2001 From: James Walker Date: Thu, 15 Dec 2022 18:35:25 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20npm=20install=20for=20real?= =?UTF-8?q?=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8e22c9d..84efc77 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,9 +7,8 @@ steps: image: jekyll/jekyll environment: JEKYLL_ENV: production - NODE_ENV: production commands: - chown -R jekyll:jekyll /drone - - bundle install - npm install + - bundle install - bundle exec jekyll build