mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -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:
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue