0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

🐛 fix sqlite module binary issues with yarn caching (#7879)

no issue
This commit is contained in:
Austin Burdine 2017-01-24 09:36:21 -06:00 committed by Katharina Irrgang
parent 94ba209be7
commit 2c73eec34d

View file

@ -42,6 +42,7 @@ before_install:
install:
- yarn
- if [ "$DB" == "sqlite3" ]; then yarn add --force sqlite3; fi # fix sqlite caching issues
after_success:
- |