mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
✨add yarn.lock file and update travis (#494)
no issue - add yarn.lock file with latest dependencies - update travis to install via yarn
This commit is contained in:
parent
7a5481f242
commit
6ade86f00f
2 changed files with 6968 additions and 6 deletions
|
@ -22,16 +22,15 @@ addons:
|
|||
apt:
|
||||
sources:
|
||||
- google-chrome
|
||||
- sourceline: 'deb https://dl.yarnpkg.com/debian/ stable main'
|
||||
key_url: 'https://dl.yarnpkg.com/debian/pubkey.gpg'
|
||||
packages:
|
||||
- google-chrome-stable
|
||||
|
||||
before_install:
|
||||
- npm config --global set spin false
|
||||
- npm install -g npm@^2
|
||||
- yarn
|
||||
|
||||
install:
|
||||
- npm install -g bower
|
||||
- npm install
|
||||
- yarn global add bower
|
||||
- yarn
|
||||
- bower install
|
||||
|
||||
before_script:
|
||||
|
|
6963
ghost/admin/yarn.lock
Normal file
6963
ghost/admin/yarn.lock
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue