summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-02-03 17:14:02 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-02-03 17:14:02 +0900
commit3a5867b3248cf80154f9242e5c8dd67199502ea2 (patch)
treee34224d5dcf6055cede6bc0aeb4c0ddc303a20dd
parentBetter logging (diff)
parentUse yarn instead of npm (diff)
downloadsharkey-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.yml5
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: