Upgrade dependencies and remove yarn check (#1851)

* Remove Yarn check

Yarn check is buggy and will be removed in the future

* Upgrade dependencies

* Add --frozen-lockfile to CI
This commit is contained in:
ylemkimon
2019-02-21 04:56:06 +09:00
committed by Erik Demaine
parent 23958337a2
commit 9c05e208ea
4 changed files with 2205 additions and 3068 deletions

View File

@@ -55,13 +55,7 @@ commands:
- yarn-deps-v3-
- run:
name: Install dependencies
# upgrade Yarn before installing dependencies, if needed
command: |
if ! yarn check; then
curl -o- -L https://yarnpkg.com/install.sh | PROFILE=$BASH_ENV bash
source $BASH_ENV
yarn
fi
command: yarn --frozen-lockfile
- save_cache:
key: yarn-deps-v3-{{ checksum "yarn.lock" }}
paths: