Update makefile.yml

add yarn dependency.
This commit is contained in:
ksherlock
2021-10-17 11:34:03 -04:00
committed by GitHub
parent ad7c2da87a
commit 075b578cc8

View File

@@ -14,7 +14,10 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: brew update && brew install esbuild
run: brew update && brew install esbuild yarn
- name: Yarn
run: yarn install
- name: Clean
run: make clean