Use vanilla Yarn to build CSS in CI
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Basti 2022-02-12 14:43:51 -06:00
parent a67f3e466b
commit e571ed9429
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -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: