From 7db552dbf994cc84b2c9f14689b289cc256fb83a Mon Sep 17 00:00:00 2001 From: James Walker Date: Thu, 15 Dec 2022 18:28:10 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20npm=20install=20in=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 1138ae8..8e22c9d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,4 +11,5 @@ steps: commands: - chown -R jekyll:jekyll /drone - bundle install + - npm install - bundle exec jekyll build