diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index c12d7b7..87cc94e 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -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