mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Add workaround for yarn node-sass bug (#498)
This commit is contained in:
parent
6f66eba244
commit
928aa46de8
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ install:
|
||||||
- bower install
|
- bower install
|
||||||
|
|
||||||
before_script:
|
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;
|
- export DISPLAY=:99; sh -e /etc/init.d/xvfb start; sleep 3;
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue