From 836bd0a97791522d05eccdaf8abb0ef0fbea2e9c Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sat, 12 Feb 2022 13:55:30 -0600 Subject: [PATCH] Build CSS bundles in CI --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 4867161..f2654a3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,6 +21,7 @@ steps: commands: - bundle install --jobs=3 --retry=3 --deployment - yarn install + - bundle exec rake css:build - bundle exec rspec when: branch: