mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -07:00
Use yarn instead of npm
This commit is contained in:
parent
210cf78606
commit
78268d4da2
1 changed files with 1 additions and 4 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue