Skip to content

Commit

Permalink
chore: ignore previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
krystxf committed May 29, 2024
1 parent de8b106 commit c62363e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ ed24de82d9190fd08bbd1e5be416b62d3a186e9d
# app/metro-now/ -> app/
197279f1e91b65577c7fdc96e292d99081c95e14
# backend/, docs/, app/ -> apps/
3017fa90f296e92ac96f5e79b821b65f37aec8e7
de8b1061cb14a08c54f812ad9e3e36c08342c67f
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
cache: "pnpm"

- name: Install dependencies
run: pnpm install
run: |
pnpm install
pnpm install bun -g
- run: pnpm build
2 changes: 2 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c62363e

Please sign in to comment.