From 0f51134338737e5b8730c668841f871d7c570c6d Mon Sep 17 00:00:00 2001 From: Matt Styles Date: Wed, 10 Apr 2024 22:15:21 +0100 Subject: [PATCH] update build from cache before ci lint --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 492941d..1db81b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,8 @@ jobs: key: ${{ runner.os }}-${{ runner.arch }}-bun-${{ hashFiles('**/bun.lockb') }} restore-keys: | ${{ runner.os }}-${{ runner.arch }}-bun- + - name: Build packages + run: bun run build:ci - name: Lint run: bun run lint - name: Type check