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..e56ee926 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: