0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

🐜 added the installation for ghost-editor into the tarvis.yml file

This commit is contained in:
Ryan McCarvill 2017-02-27 19:28:30 +13:00 committed by Kevin Ansfield
parent e422f0bcba
commit 913a67b2c0

View file

@ -32,6 +32,7 @@ install:
- yarn global add bower
- yarn
- bower install
- cd lib/ghost-editor && yarn && bower install
before_script:
- yarn add --force node-sass # temporary, workaround for https://github.com/yarnpkg/yarn/issues/1981