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:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- google-chrome
|
- google-chrome
|
||||||
|
- sourceline: 'deb https://dl.yarnpkg.com/debian/ stable main'
|
||||||
|
key_url: 'https://dl.yarnpkg.com/debian/pubkey.gpg'
|
||||||
packages:
|
packages:
|
||||||
- google-chrome-stable
|
- google-chrome-stable
|
||||||
|
- yarn
|
||||||
before_install:
|
|
||||||
- npm config --global set spin false
|
|
||||||
- npm install -g npm@^2
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- npm install -g bower
|
- yarn global add bower
|
||||||
- npm install
|
- yarn
|
||||||
- bower install
|
- bower install
|
||||||
|
|
||||||
before_script:
|
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