From 47e73f3ee83102f3097bf89b4e5c34b7dcc1b6bb Mon Sep 17 00:00:00 2001 From: Krystof Date: Wed, 29 May 2024 16:20:02 -0600 Subject: [PATCH] chore: ignore previous commit --- .git-blame-ignore-revs | 2 +- .github/workflows/ci.yaml | 4 +++- pnpm-lock.yaml | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index ae6b0fc2..589f6b85 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -9,4 +9,4 @@ ed24de82d9190fd08bbd1e5be416b62d3a186e9d # app/metro-now/ -> app/ 197279f1e91b65577c7fdc96e292d99081c95e14 # backend/, docs/, app/ -> apps/ -3017fa90f296e92ac96f5e79b821b65f37aec8e7 \ No newline at end of file +de8b1061cb14a08c54f812ad9e3e36c08342c67f \ No newline at end of file diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a2a5f89f..0a0019ce 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,6 +27,8 @@ jobs: cache: "pnpm" - name: Install dependencies - run: pnpm install + run: | + pnpm install + pnpm install bun -g - run: pnpm build diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6dff96aa..5c46774a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -136,6 +136,8 @@ importers: packages/config: {} + packages/data: {} + packages/validation: dependencies: zod: