From e571ed9429ef0054002d819cad34a264347a539d Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sat, 12 Feb 2022 14:43:51 -0600 Subject: [PATCH] Use vanilla Yarn to build CSS in CI --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 60d51f5..e7b377d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ --- kind: pipeline type: docker -name: CI build +aame: CI build steps: - name: restore-cache @@ -21,7 +21,7 @@ steps: commands: - bundle install --jobs=3 --retry=3 --deployment - yarn install - - rake css:build + - yarn run build:css - bundle exec rspec when: branch: