Regenerate yarn.lock and tweak circle config

This commit is contained in:
Satyajit Sahoo
2017-02-06 07:28:42 +05:30
parent 7ebca1a494
commit 125159040c
2 changed files with 1490 additions and 1504 deletions

View File

@@ -5,11 +5,7 @@ machine:
- mkdir ~/.yarn-cache
dependencies:
pre:
# Install Yarn
- sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
- sudo apt-get update -qq
- sudo apt-get install -y -qq yarn
- curl -o- -L https://yarnpkg.com/install.sh | bash
cache_directories:
- "~/.yarn-cache"
override:

File diff suppressed because it is too large Load Diff