mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Add workaround for yarn node-sass bug (#498)
This commit is contained in:
parent
6f66eba244
commit
928aa46de8
@ -34,6 +34,7 @@ install:
|
||||
- bower install
|
||||
|
||||
before_script:
|
||||
- yarn add --force node-sass # temporary, workaround for https://github.com/yarnpkg/yarn/issues/1981
|
||||
- export DISPLAY=:99; sh -e /etc/init.d/xvfb start; sleep 3;
|
||||
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user