diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-03 17:14:02 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-03 17:14:02 +0900 |
| commit | 3a5867b3248cf80154f9242e5c8dd67199502ea2 (patch) | |
| tree | e34224d5dcf6055cede6bc0aeb4c0ddc303a20dd | |
| parent | Better logging (diff) | |
| parent | Use yarn instead of npm (diff) | |
| download | sharkey-3a5867b3248cf80154f9242e5c8dd67199502ea2.tar.gz sharkey-3a5867b3248cf80154f9242e5c8dd67199502ea2.tar.bz2 sharkey-3a5867b3248cf80154f9242e5c8dd67199502ea2.zip | |
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
| -rw-r--r-- | .circleci/config.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 715d82ad81..87be49a64c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,8 +44,7 @@ jobs: - run: name: Install Dependencies command: | - npm install - npm prune + yarn install - run: name: Configure command: | @@ -54,8 +53,6 @@ jobs: - run: name: Build command: | - yarn install - yarn autoclean yarn build touch yarn.lock - save_cache: |