From 9afc5d29a8cfeaf1f9c725c602a1ce078f01075f Mon Sep 17 00:00:00 2001 From: Inex Code Date: Tue, 24 Jan 2023 19:31:24 +0300 Subject: [PATCH] ci: Add installation of postcss-cli --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 04c9e33..e981d48 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: commands: - eval $(ssh-agent -s) - ssh-add - <<< "$SSH_PRIVATE_KEY" + - npm install postcss-cli environment: SSH_PRIVATE_KEY: from_secret: SSH_PRIVATE_KEY