Use yarn instead of npm

This commit is contained in:
Acid Chicken (硫酸鶏) 2019-02-03 16:57:36 +09:00 committed by GitHub
parent 75558add17
commit 11f30b0444
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,8 +44,7 @@ jobs:
- run: - run:
name: Install Dependencies name: Install Dependencies
command: | command: |
npm install yarn install
npm prune
- run: - run:
name: Configure name: Configure
command: | command: |
@ -54,8 +53,6 @@ jobs:
- run: - run:
name: Build name: Build
command: | command: |
yarn install
yarn autoclean
yarn build yarn build
touch yarn.lock touch yarn.lock
- save_cache: - save_cache: