Merge branch 'develop' of https://github.com/syuilo/misskey into develop

This commit is contained in:
syuilo 2019-02-03 17:14:02 +09:00
commit 3a5867b324
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -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: